9 lines
170 B
Text
Executable file
9 lines
170 B
Text
Executable file
lang=fr
|
|
bootlang="lang=fr_CA"
|
|
def_bootlang="fr_CA"
|
|
if [ -z "${keyboard}" ]; then
|
|
def_keyboard="ca"
|
|
fi
|
|
if [ -z "${timezone}" ]; then
|
|
def_timezone="America/Toronto"
|
|
fi
|