From e6f71226c51e4d89f33415760b86b5cda49c75fd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 28 Oct 2014 00:49:19 +0100 Subject: [PATCH] installer: Initialize console font --- src/installer/dracut-module/run-installer.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/installer/dracut-module/run-installer.sh b/src/installer/dracut-module/run-installer.sh index d0611ce37c..1a7bd13721 100644 --- a/src/installer/dracut-module/run-installer.sh +++ b/src/installer/dracut-module/run-installer.sh @@ -3,6 +3,12 @@ # IPFire Installer RC # +# Enable Unicode +echo -en '\033%G' && kbd_mode -u + +# Load default console font +setfont LatArCyrHeb-16 + # Silence the kernel echo >/proc/sys/kernel/printk "1 4 1 7" echo -n -e "\033[9;0]" -- 2.39.2