10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
lang=fr
|
|
bootlang="lang=fr_LU"
|
|
def_bootlang="fr_LU"
|
|
if [ -z "${keyboard}" ]; then
|
|
def_keyboard="fr"
|
|
fi
|
|
if [ -z "${timezone}" ]; then
|
|
def_timezone="Europe/Luxembourg"
|
|
fi
|