]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
console: add lat2-16 consolefont for polish to initskript.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 Jun 2011 04:41:03 +0000 (06:41 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 Jun 2011 04:41:03 +0000 (06:41 +0200)
src/initscripts/init.d/console

index 8d2e49dfbe63fcc7d6fe620d1ec315ff575f8370..88edeb945febe72754182317c6cb9975f490973c 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
 
 UNICODE="1"