From e4439a61bca626d05d3c6073ac94740db5c446c4 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sat, 17 Dec 2005 18:33:46 +0000 Subject: re-fixed my utf fix (yea, that's right, i fell down a lot when i was a kid) --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.sysinit b/rc.sysinit index f621ccb..e988cd0 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -223,7 +223,6 @@ 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(K"' >>/etc/profile.d/locale.sh echo 'echo -ne "\e%G"' >>/etc/profile.d/locale.sh stat_done fi @@ -239,6 +238,7 @@ 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