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
|
if [ ! "$MULTILANGUAGE" ]; then
|
||||||
cat > $MOUNTDIR/etc/vconsole.conf << _EOF
|
cat > $MOUNTDIR/etc/vconsole.conf << _EOF
|
||||||
KEYMAP=$KEYMAP
|
KEYMAP=$KEYMAP
|
||||||
FONT=lat9w-16
|
FONT=LatGrkCyr-8x16
|
||||||
FONT_MAP=8859-1_to_uni
|
FONT_MAP=latin2u
|
||||||
FONT_UNIMAP=
|
FONT_UNIMAP=
|
||||||
UNICODE=1
|
UNICODE=1
|
||||||
_EOF
|
_EOF
|
||||||
else
|
else
|
||||||
cat > $MOUNTDIR/etc/vconsole.conf << _EOF
|
cat > $MOUNTDIR/etc/vconsole.conf << _EOF
|
||||||
FONT=lat9w-16
|
FONT=LatGrkCyr-8x16
|
||||||
FONT_MAP=8859-1_to_uni
|
FONT_MAP=latin2u
|
||||||
FONT_UNIMAP=
|
FONT_UNIMAP=
|
||||||
UNICODE=1
|
UNICODE=1
|
||||||
_EOF
|
_EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user