]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/initscripts/init.d/console
Merge branch 'core51'
[people/teissler/ipfire-2.x.git] / src / initscripts / init.d / console
index 8d2e49dfbe63fcc7d6fe620d1ec315ff575f8370..728262308d1422cb3fa9371586385cb977b48431 100644 (file)
 . ${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
+
+if [ "$LANGUAGE" == "ru" ]; then
+       FONT="LatArCyrHeb-16"
 fi
 
 UNICODE="1"