From e431599d0882d04e8e85e6f72649987e8f2bc4a1 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 11 Dec 2010 14:25:46 -0800 Subject: [PATCH] Add "after lvm modules" as Flameeyes reports that LVM is starting too late on his system in some cases. --- init.d/localmount.in | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/localmount.in b/init.d/localmount.in index 1a7209cf..2a8e96f3 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -8,6 +8,7 @@ depend() { need fsck use lvm modules mtab + after lvm modules keyword -jail -openvz -prefix -vserver -lxc }