From: Fabian Vogt Subject: [PATCH] Always install mdraid modules References: boo#935993 - Even if not currently loaded - hostonly logic seems to be broken --- modules.d/90mdraid/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: dracut-043/modules.d/90mdraid/module-setup.sh =================================================================== --- dracut-043.orig/modules.d/90mdraid/module-setup.sh +++ dracut-043/modules.d/90mdraid/module-setup.sh @@ -33,7 +33,7 @@ depends() { # called by dracut installkernel() { - instmods =drivers/md + hostonly='' instmods =drivers/md } # called by dracut