Change default font to that what we use in IPFire 3

This commit is contained in:
Michael Tremer
2014-12-26 18:00:51 +01:00
parent 0d87efae29
commit 66c684fa60
4 changed files with 16 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
. ${rc_functions}
eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
FONT="LatArCyrHeb-16"
FONT="latarcyrheb-sun16"
KEYMAP_CORRECTIONS="euro2"
UNICODE="1"
BROKEN_COMPOSE="0"

View File

@@ -12,7 +12,7 @@ fi
echo -en '\033%G' && kbd_mode -u
# Load default console font
setfont LatArCyrHeb-16
setfont latarcyrheb-sun16
# Silence the kernel
echo >/proc/sys/kernel/printk "1 4 1 7"