console: add lat2-16 consolefont for polish to initskript.

This commit is contained in:
Arne Fitzenreiter
2011-06-24 06:41:03 +02:00
parent 9fcb3f2440
commit 1e5b8be9f5

View File

@@ -17,16 +17,18 @@
. ${rc_functions}
eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
# English is default
FONT="lat0-16"
KEYMAP_CORRECTIONS="euro2"
if [ "$LANGUAGE" == "de" ]; then
#KEYMAP="de-latin1"
KEYMAP_CORRECTIONS="euro2"
LEGACY_CHARSET="iso-8859-15"
#FONT="LatArCyrHeb-16 -m 8859-15"
FONT="lat0-16 -m 8859-15"
else
# English
FONT="lat0-16"
KEYMAP_CORRECTIONS="euro2"
fi
if [ "$LANGUAGE" == "pl" ]; then
FONT="lat2-16"
fi
UNICODE="1"