From 8c44fffb6382e6ca05c47dcda37744cf2a953d57 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 28 Apr 2013 14:51:07 +0200 Subject: [PATCH] [scripts] drop FONT_MAP and FONT_UNIMAP setup --- scripts/inner_chroot_script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/inner_chroot_script.sh b/scripts/inner_chroot_script.sh index ad04d30..d3a518f 100755 --- a/scripts/inner_chroot_script.sh +++ b/scripts/inner_chroot_script.sh @@ -41,8 +41,6 @@ done # echo -e "\xE2\x98\xA0" # TODO: check if the issue persists with systemd 202. echo FONT=LatArCyrHeb-16 > /etc/vconsole.conf -echo FONT_MAP=8859-1_to_uni >> /etc/vconsole.conf -echo FONT_UNIMAP=iso01 >> /etc/vconsole.conf # since this comes without X, set the default target to multi-user.target # instead of graphical.target