projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bc9ca27
)
TERM=linux is needed for color with baselayout-2.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 26 May 2007 11:50:06 +0000 (11:50 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/distrib/gentoo/init-vserver.sh
b/distrib/gentoo/init-vserver.sh
index
e628d9f
..
ea52344
100644
(file)
--- 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}