From: Harald Hoyer Date: Fri, 12 Feb 2010 10:00:21 +0000 (+0100) Subject: Fixed: Move multipath scan earlier. It must go before any other dm rules. X-Git-Tag: 005~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edb511860c28d4000039df8f6391bd35c033692e;p=thirdparty%2Fdracut.git Fixed: Move multipath scan earlier. It must go before any other dm rules. Also changed the filename in the install file. --- diff --git a/modules.d/90multipath/install b/modules.d/90multipath/install index 37c28425a..432f4f894 100755 --- a/modules.d/90multipath/install +++ b/modules.d/90multipath/install @@ -29,4 +29,4 @@ inst_hook pre-pivot 02 "$moddir/multipathd-stop.sh" inst_rules 40-multipath.rules inst "$moddir/multipath-scan.sh" /sbin/multipath-scan -inst_rules "$moddir/14-multipath-scan.rules" +inst_rules "$moddir/9-multipath-scan.rules"