Split VPS into VSERVER and OPENVZ

This commit is contained in:
Roy Marples
2008-03-03 17:19:56 +00:00
parent f3e90dddbf
commit 15cf41e713
20 changed files with 36 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ depend()
{
need fsck
use modules mtab
keyword nojail noprefix
keyword nojail noopenvz noprefix novserver
}
start()
@@ -29,9 +29,6 @@ start()
stop()
{
# Don't unmount anything for VPS systems
[ "${RC_SYS}" = "VPS" ] && return 0
# We never unmount / or /dev or $RC_SVCDIR
local x= no_umounts="/|/dev|/dev/.*|${RC_SVCDIR}"