Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.59 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.59 KB

SejBSD Scripts

General Info

A collection of scripts used to configure BSD operating system.
These scripts should be used after fresh installation of an OS.

Supported Operating Systems

Goals

Task FreeBSD OpenBSD Comment
Update OS - - -
Configure Package Manager - - -
Update Packages - - -
Configure User - - This step should specify user for whom OS is being configured
Elevate User Permissions - - Mainly adds User from previous step to wheel group
Configure X.Org - - -
Configure Video Drivers - - -
Configure Display Manager - - -
Configure Desktop Environment - - -
Configure Wireless Communication - - This step should configure Bluetooth, WiFi, etc.
Configure IO Support - - -
Configure Quick Boot - - Optional step for enablig Quick Boot / Mute Boot
Configure Screen Saver - - -
Configure Firewall - - -
Configure CUPS / Printers - - -

OS-specific Features

Feature FreeBSD OpenBSD Comment
Linux Binary Compatibility TODO - -

Usage

In order to use these scripts follow the below steps:

# [Optional] Go to the temporary directory
cd /tmp

# Clone current repo
git clone https://github.com/SejBSD/Scripts.git

# Go into the directory
cd Scripts

# Execute initial (main) script
sh ./Configure.sh

# Follow the instructions on the screen