aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-12-17 18:33:46 +0000
committerJudd Vinet <judd@archlinux.org>2005-12-17 18:33:46 +0000
commite4439a61bca626d05d3c6073ac94740db5c446c4 (patch)
treea2ae0e1055fd3165b63952fa72e89ee414a1a9fa
parent00b620075a21e293db4b55a8d451ecd2930dbce1 (diff)
downloadinitscripts-e4439a61bca626d05d3c6073ac94740db5c446c4.tar.xz
re-fixed my utf fix (yea, that's right, i fell down a lot when i was a kid)
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
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