added (untested) support for '/' in the vserver fstab
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 26 Jan 2005 15:35:20 +0000 (15:35 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 26 Jan 2005 15:35:20 +0000 (15:35 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1799 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver.start

index ef18c3f..4866341 100644 (file)
@@ -77,6 +77,7 @@ trap "cleanup" EXIT
 
 vshelper.doSanityCheck
 
+mountRootFS      "$VSERVER_DIR"
 generateOptions  "$VSERVER_DIR"
 execScriptlets   "$VSERVER_DIR" "$VSERVER_NAME" prepre-start
 enableInterfaces "$VSERVER_DIR" && have_interfaces=1