From fba18b3a48e9bce03147fde7473d729b6e38ad81 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 5 Mar 2008 08:40:17 +0000 Subject: [PATCH] localmount uses lvm --- init.d/localmount.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }