aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-02-26 19:15:58 +0000
committerJudd Vinet <judd@archlinux.org>2006-02-26 19:15:58 +0000
commit7cc268dcf5d2e64a3f10b808e8b1b90a8f6fec4a (patch)
treee7909708426d9be5799cbab78a803dae0374199b /rc.sysinit
parentbefe253687d69267cac5e5953e0ca55d18bef000 (diff)
downloadinitscripts-7cc268dcf5d2e64a3f10b808e8b1b90a8f6fec4a.tar.xz
Additional fix for locale stuff, re-enabled the depmod -A call at bootup
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 29b8d18..ed69a06 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -243,7 +243,7 @@ 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 'if [ "$TERM" = "linux" ]; then echo -ne "\e%G"; fi' >>/etc/profile.d/locale.sh
stat_done
fi
fi