makedist.inc.sh: update initial fonts configuration in vconsole.conf
This commit is contained in:
parent
33b08976e6
commit
29f21d072a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user