]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/init.d/console
Merge remote-tracking branch 'mfischer/daq' into next
[ipfire-2.x.git] / src / initscripts / init.d / console
index 88edeb945febe72754182317c6cb9975f490973c..7381a69b3cccc3a4d058f72b9d3057d51de83484 100644 (file)
 . ${rc_functions}
 eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
 
-# English is default
-FONT="lat0-16"
+FONT="LatArCyrHeb-16"
 KEYMAP_CORRECTIONS="euro2"
-
-if [ "$LANGUAGE" == "de" ]; then
-       LEGACY_CHARSET="iso-8859-15"
-       #FONT="LatArCyrHeb-16 -m 8859-15"
-       FONT="lat0-16 -m 8859-15"
-fi
-
-if [ "$LANGUAGE" == "pl" ]; then
-       FONT="lat2-16"
-fi
-
 UNICODE="1"
 BROKEN_COMPOSE="0"