10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
lang=zh
|
|
bootlang="lang=zh_TW"
|
|
def_bootlang="zh_TW"
|
|
if [ -z "${keyboard}" ]; then
|
|
def_keyboard="us"
|
|
fi
|
|
if [ -z "${timezone}" ]; then
|
|
def_timezone="Asia/Taipei"
|
|
fi
|