From 7cc268dcf5d2e64a3f10b808e8b1b90a8f6fec4a Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sun, 26 Feb 2006 19:15:58 +0000 Subject: Additional fix for locale stuff, re-enabled the depmod -A call at bootup --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3