Blame SOURCES/0346-scsi-parse-iscsiroot.sh-call-modprobe-with-b.patch

712866
From bcc2132dab5bf276a0bd4dce606f4ef534b27800 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Thu, 17 Sep 2015 12:32:07 +0200
712866
Subject: [PATCH] scsi/parse-iscsiroot.sh: call modprobe with "-b"
712866
712866
honor, if a module is blacklisted
712866
---
712866
 modules.d/95iscsi/parse-iscsiroot.sh | 10 +++++-----
712866
 1 file changed, 5 insertions(+), 5 deletions(-)
712866
712866
diff --git a/modules.d/95iscsi/parse-iscsiroot.sh b/modules.d/95iscsi/parse-iscsiroot.sh
5c6c2a
index 9546f126..f19147f6 100755
712866
--- a/modules.d/95iscsi/parse-iscsiroot.sh
712866
+++ b/modules.d/95iscsi/parse-iscsiroot.sh
712866
@@ -88,11 +88,11 @@ fi
712866
 
712866
 initqueue --unique --onetime --timeout /sbin/iscsiroot timeout "$netroot" "$NEWROOT"
712866
 
712866
-modprobe -q qla4xxx
712866
-modprobe -q cxgb3i
712866
-modprobe -q cxgb4i
712866
-modprobe -q bnx2i
712866
-modprobe -q be2iscsi
712866
+modprobe -b -q qla4xxx
712866
+modprobe -b -q cxgb3i
712866
+modprobe -b -q cxgb4i
712866
+modprobe -b -q bnx2i
712866
+modprobe -b -q be2iscsi
712866
 
712866
 # ISCSI actually supported?
712866
 if ! [ -e /sys/module/iscsi_tcp ]; then