aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-12-17 00:59:04 +0000
committerJudd Vinet <judd@archlinux.org>2005-12-17 00:59:04 +0000
commit0d08cad43172cc04df237a4a4271525ad1d527b3 (patch)
treeb84a4ccf914558a0c4c91eab5d6e00ba1f948050 /rc.sysinit
parentcee3cbb3a261ce0ba812618493e9bd253424ea3f (diff)
downloadinitscripts-0d08cad43172cc04df237a4a4271525ad1d527b3.tar.xz
final utf8 fixes, a couple small fixes for hwdetect and netcfg
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit4
1 files changed, 2 insertions, 2 deletions
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