Merge branch 'mdadm-hook' into 'master'

Add mdadm_udev hook to mkinitcpio.conf (#38)

See merge request fdupoux/sysresccd-src!35
This commit is contained in:
Francois Dupoux 2020-04-12 09:16:02 +00:00
commit 7e69149b3f

View file

@ -1,3 +1,3 @@
FILES=(/etc/modprobe.d/sysresccd.conf)
HOOKS=(base udev memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
HOOKS=(base udev memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block mdadm_udev filesystems keyboard)
COMPRESSION="xz"