Subject: Re: [vserver] gentoo and baselayout 2
From: Ed W <lists@wildgooses.com>
Date: Thu, 23 Aug 2007 19:29:06 +0100


> Shouldn't be more than a week before 0.30.214 is released... Depending on
> how much more we want to cram into 2.3

version 213 had the following patch applied by the ebuild

However, I notice your v214 has only the comment applied...  Does TERM 
still need to be applied?  Seems that the patch is only half applied, 
either we need the TERM set or not and if not then lets ditch the comment..?


--- 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}