aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 56ea9de..1a25055 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -250,7 +250,7 @@ if [ "$CONSOLEFONT" != "" ]; then
/usr/bin/setfont $CONSOLEFONT -C /dev/vc/${i}
fi
done
- echo 'echo -ne "\e(K"' >>/etc/profile.d/locale.sh
+ echo 'if [ "$TERM" = "linux" ]; then echo -ne "\e(K"; fi' >>/etc/profile.d/locale.sh
stat_done
fi