mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-23 03:54:57 +02:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
lang=C
|
|
bootlang="lang=C_"
|
|
def_bootlang="C_"
|
|
if [ -z "${keyboard}" ]; then
|
|
def_keyboard="us"
|
|
fi
|
|
if [ -z "${timezone}" ]; then
|
|
def_timezone="Etc/UTC"
|
|
fi
|