diff options
author | Roy Marples <roy@marples.name> | 2008-03-05 08:40:17 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-05 08:40:17 +0000 |
commit | fba18b3a48e9bce03147fde7473d729b6e38ad81 (patch) | |
tree | fd3742f5a50ad2fd9bf5bd4250528e3df6e82afe /init.d | |
parent | c5d174af172c00dc8f5cf6988cca788067195e15 (diff) |
localmount uses lvm
Diffstat (limited to 'init.d')
-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 } |