From: Daniel Hokka Zakrisson Date: Sat, 26 May 2007 11:50:06 +0000 (+0000) Subject: TERM=linux is needed for color with baselayout-2. X-Git-Tag: release-0.30.214~63 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=665a9f2cc2e9a0ab0d20a3c871717349f0c26725;p=util-vserver.git TERM=linux is needed for color with baselayout-2. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2542 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/distrib/gentoo/init-vserver.sh b/distrib/gentoo/init-vserver.sh index e628d9f..ea52344 100644 --- a/distrib/gentoo/init-vserver.sh +++ b/distrib/gentoo/init-vserver.sh @@ -22,8 +22,10 @@ # 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}