diff options
| author | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-12-11 14:25:46 -0800 |
|---|---|---|
| committer | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-12-11 14:25:46 -0800 |
| commit | e431599d0882d04e8e85e6f72649987e8f2bc4a1 (patch) | |
| tree | 3b47f019be900a27ca1aac687deb2b3db63423ed | |
| parent | e07f0ef41707863dac2a371e631a2594c276eb45 (diff) | |
| download | openrc-e431599d0882d04e8e85e6f72649987e8f2bc4a1.tar.xz | |
Add "after lvm modules" as Flameeyes reports that LVM is starting too late on his system in some cases.
| -rw-r--r-- | init.d/localmount.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
