initial commit
This commit is contained in:
12
cfg/defaults.cfg
Normal file
12
cfg/defaults.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
if [ -z "${def_bootlang}" ]; then
|
||||
def_bootlang="en_US"
|
||||
def_keyboard="us"
|
||||
def_timezone="UTC"
|
||||
def_drv="free"
|
||||
fi
|
||||
if [ -z "${bootlang}" ]; then
|
||||
bootlang="lang=${def_bootlang}"
|
||||
keyboard="keytable=${def_keyboard}"
|
||||
timezone="tz=${def_timezone}"
|
||||
drv="driver=${def_drv} nouveau.modeset=1 i915.modeset=1 radeon.modeset=1"
|
||||
fi
|
Reference in New Issue
Block a user