]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
scsi/parse-iscsiroot.sh: call modprobe with "-b"
authorHarald Hoyer <harald@redhat.com>
Thu, 17 Sep 2015 10:32:07 +0000 (12:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 17 Sep 2015 10:32:07 +0000 (12:32 +0200)
honor, if a module is blacklisted

modules.d/95iscsi/parse-iscsiroot.sh

index 9546f126a021d011a88d6d1ea7810e3f96840fd8..f19147f6f7596c19fd5d39adde230ab3db5a8fd3 100755 (executable)
@@ -88,11 +88,11 @@ fi
 
 initqueue --unique --onetime --timeout /sbin/iscsiroot timeout "$netroot" "$NEWROOT"
 
-modprobe -q qla4xxx
-modprobe -q cxgb3i
-modprobe -q cxgb4i
-modprobe -q bnx2i
-modprobe -q be2iscsi
+modprobe -b -q qla4xxx
+modprobe -b -q cxgb3i
+modprobe -b -q cxgb4i
+modprobe -b -q bnx2i
+modprobe -b -q be2iscsi
 
 # ISCSI actually supported?
 if ! [ -e /sys/module/iscsi_tcp ]; then