makedist.inc.sh: update initial fonts configuration in vconsole.conf

This commit is contained in:
Silvan Calarco 2015-03-14 14:38:59 +01:00
parent 33b08976e6
commit 29f21d072a

View File

@ -24,15 +24,15 @@ libattr libstdc++6 libpam pam" "--nodeps --noorder --noscripts"
if [ ! "$MULTILANGUAGE" ]; then
cat > $MOUNTDIR/etc/vconsole.conf << _EOF
KEYMAP=$KEYMAP
FONT=lat9w-16
FONT_MAP=8859-1_to_uni
FONT=LatGrkCyr-8x16
FONT_MAP=latin2u
FONT_UNIMAP=
UNICODE=1
_EOF
else
cat > $MOUNTDIR/etc/vconsole.conf << _EOF
FONT=lat9w-16
FONT_MAP=8859-1_to_uni
FONT=LatGrkCyr-8x16
FONT_MAP=latin2u
FONT_UNIMAP=
UNICODE=1
_EOF