From: Harald Hoyer Date: Thu, 17 Sep 2015 10:32:07 +0000 (+0200) Subject: scsi/parse-iscsiroot.sh: call modprobe with "-b" X-Git-Tag: RHEL-7.2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcc2132dab5bf276a0bd4dce606f4ef534b27800;p=thirdparty%2Fdracut.git scsi/parse-iscsiroot.sh: call modprobe with "-b" honor, if a module is blacklisted --- diff --git a/modules.d/95iscsi/parse-iscsiroot.sh b/modules.d/95iscsi/parse-iscsiroot.sh index 9546f126a..f19147f6f 100755 --- a/modules.d/95iscsi/parse-iscsiroot.sh +++ b/modules.d/95iscsi/parse-iscsiroot.sh @@ -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