diff options
author | Roy Marples <roy@marples.name> | 2008-03-03 17:19:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-03 17:19:56 +0000 |
commit | 15cf41e7131cebbb74241180f36f59384c7a0477 (patch) | |
tree | 30accca041088b161a4d5cfcb731dcd40a496868 /init.d/localmount.in | |
parent | f3e90dddbfcf838b653846cce7fd2be479c68900 (diff) |
Split VPS into VSERVER and OPENVZ
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r-- | init.d/localmount.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index 4c7d5fd4..9d95a8a0 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -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}" |