diff options
Diffstat (limited to 'system/lvm2/lvm.confd')
-rw-r--r-- | system/lvm2/lvm.confd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/lvm2/lvm.confd b/system/lvm2/lvm.confd new file mode 100644 index 000000000..9d150f6ef --- /dev/null +++ b/system/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" + |