mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-23 20:04:55 +02:00
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
lang=nn
|
|
bootlang="lang=nn_NO"
|
|
def_bootlang="nn_NO"
|
|
if [ -z "${keyboard}" ]; then
|
|
def_keyboard="no"
|
|
fi
|
|
if [ -z "${timezone}" ]; then
|
|
def_timezone="Europe/Oslo"
|
|
fi
|