From 1828938d4406d5a95b7c89828f61600f9e6975a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Sun, 21 Oct 2007 10:41:21 +0200 Subject: fix the utf8 activating code: there are 63 virtual terminals, not 12 --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 9972e8c..4ee0063 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -348,7 +348,7 @@ stat_done if echo "$LOCALE" | /bin/grep -qi utf ; then stat_busy "Setting Consoles to UTF-8" /usr/bin/kbd_mode -u - for i in $(seq 1 12); do + for i in $(seq 1 63); do echo -ne "\e%G" >/dev/vc/${i} done stat_done -- cgit v1.2.3