TERM=linux is needed for color with baselayout-2.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 26 May 2007 11:50:06 +0000 (11:50 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 26 May 2007 11:50:06 +0000 (11:50 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2542 94cd875c-1c1d-0410-91d2-eb244daf1a30

distrib/gentoo/init-vserver.sh

index e628d9f..ea52344 100644 (file)
 # Your vserver will not boot anymore!
 #
 # You have been warned...
-#
 
+# Force TERM=linux for baselayout-2
+
+export TERM=linux
 RUNLEVEL=1 /sbin/rc sysinit || exit 1
 /sbin/rc boot || exit 1
 /sbin/rc ${1:-default}