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

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