TERM=linux is needed for color with baselayout-2.
[util-vserver.git] / 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}