ready for tagging
[util-vserver.git] / distrib / gentoo / init-vserver.sh
index 12fcda9..856af51 100644 (file)
 # Your vserver will not boot anymore!
 #
 # You have been warned...
-#
 
-RUNLEVEL=1 /sbin/rc sysinit
-/sbin/rc boot
+# Force TERM=linux for baselayout-2
+
+RUNLEVEL=1 /sbin/rc sysinit || exit 1
+/sbin/rc boot || exit 1
 /sbin/rc ${1:-default}
+exit 0