mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-23 20:04:55 +02:00
@eshanized: push via script
This commit is contained in:
10
cfg/defaults.cfg
Normal file
10
cfg/defaults.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
if [ -z "${def_bootlang}" ]; then
|
||||
def_bootlang="en_US"
|
||||
def_keyboard="us"
|
||||
def_timezone="UTC"
|
||||
fi
|
||||
if [ -z "${bootlang}" ]; then
|
||||
bootlang="lang=${def_bootlang}"
|
||||
keyboard="keytable=${def_keyboard}"
|
||||
timezone="tz=${def_timezone}"
|
||||
fi
|
Reference in New Issue
Block a user