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