lvm.confd-r4 282 B

123456789
  1. # If LVM is built with udev, you must ensure udev is running first!
  2. # Otherwise it will hang
  3. rc_need="udev"
  4. # LVM should normally only be started after mdraid is available
  5. # this is because LVM physical volumes are very often MD devices.
  6. rc_after="mdraid"
  7. # vim: ft=gentoo-conf-d