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