diff options
-rw-r--r-- | init.d/localmount.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index 9d95a8a0..48c76b70 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -7,7 +7,7 @@ description="Mounts disks and swap according to /etc/fstab." depend() { need fsck - use modules mtab + use lvm modules mtab keyword nojail noopenvz noprefix novserver } |