]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
correct module name
authorMarian Ganisin <mganisin@redhat.com>
Fri, 22 Apr 2011 12:40:01 +0000 (08:40 -0400)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 May 2011 09:28:04 +0000 (11:28 +0200)
modules.d/40network/parse-ip-opts.sh

index b6021c6e4f2cf8728577bfc16338b9e70b8e345d..c3fc00110b774921d31eb0fa14ddd3f9edf3245b 100755 (executable)
@@ -52,7 +52,7 @@ if [ -n "$NEEDBOOTDEV" ] ; then
 fi
 
 if [ "ibft" = "$(getarg ip=)" ]; then
-    modprobe ibft
+    modprobe iscsi_ibft
     num=0
     (   
        for iface in /sys/firmware/ibft/ethernet*; do