You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/lvm2/files/lvm.confd-2.02.184-r3

10 lines
282 B

# 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