Hi all, See atatched patch, Regards, Hans
diff -up mkinitrd-5.1.19.6/mkinitrd~ mkinitrd-5.1.19.6/mkinitrd --- mkinitrd-5.1.19.6/mkinitrd~ 2008-12-17 17:02:55.000000000 +0100 +++ mkinitrd-5.1.19.6/mkinitrd 2008-12-17 17:02:55.000000000 +0100 @@ -1303,6 +1303,13 @@ if [ -n "$testdm" -a -x /sbin/dmsetup -a fi fi +if [ "$withdmraid" == "1" ]; then + findmodule dm-mem-cache + findmodule dm-region_hash + findmodule dm-message + findmodule dm-raid45 +fi + for n in $basicmodules; do findmodule $n done
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list