summarylogtreecommitdiffstats
path: root/lvm.confd
blob: b29e1702b35d4611aed6f91b6c2b894755410eb0 (plain)
1
2
3
4
5
6
7
8
9
# If LVM is built with udev, you must ensure udev is running first!
# Otherwise it will hang
rc_need="udev"

# LVM should normally only be started after mdraid is available
# this is because LVM physical volumes are very often MD devices.
rc_after="mdraid"

# vim: ft=gentoo-conf-d