summaryrefslogtreecommitdiffstats
path: root/main/lvm2/lvm.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-31 11:16:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-31 11:22:07 +0000
commit386db07f3ed3f3e7dec969389f22472d44d7946c (patch)
tree2efe7c9688c98602da78eb1ede0d03b502980148 /main/lvm2/lvm.confd
parentff77079ba27c2375f9b1b7a68722a877185641ac (diff)
downloadaports-386db07f3ed3f3e7dec969389f22472d44d7946c.tar.bz2
aports-386db07f3ed3f3e7dec969389f22472d44d7946c.tar.xz
main/lvm2: init.d dependency fixes
make sure we start after fsck and after hwdrivers and modules. provide default config that starts lvm after mdadm-raid. fixes #148
Diffstat (limited to 'main/lvm2/lvm.confd')
-rw-r--r--main/lvm2/lvm.confd5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/lvm2/lvm.confd b/main/lvm2/lvm.confd
new file mode 100644
index 00000000..9d150f6e
--- /dev/null
+++ b/main/lvm2/lvm.confd
@@ -0,0 +1,5 @@
+# LVM should normally only be started after mdadm-raid is available
+# this is because LVM physical volumes are very often MD devices.
+
+rc_after="mdadm-raid"
+