From 0d08cad43172cc04df237a4a4271525ad1d527b3 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sat, 17 Dec 2005 00:59:04 +0000 Subject: final utf8 fixes, a couple small fixes for hwdetect and netcfg --- rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index f6f50d3..f621ccb 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -223,7 +223,8 @@ if [ "$LOCALE" != "" ]; then stat_busy "Setting Consoles to UTF-8" /usr/bin/kbd_mode -u /usr/bin/dumpkeys | /bin/loadkeys --unicode - echo ' echo -ne "\e%G"'>>/etc/profile.d/locale.sh + echo 'echo -ne "\e(K"' >>/etc/profile.d/locale.sh + echo 'echo -ne "\e%G"' >>/etc/profile.d/locale.sh stat_done fi else @@ -238,7 +239,6 @@ if [ "$CONSOLEFONT" != "" ]; then else /usr/bin/setfont $CONSOLEFONT -C /dev/vc/${i} fi - echo -ne "\e(K" >/dev/vc/${i} done stat_done fi -- cgit v1.2.3