mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-23 03:54:57 +02:00
11 lines
250 B
INI
11 lines
250 B
INI
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
|