]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
95iscsi: fix missing space when compiling cmdline args
authorDaniel Molkentin <dmolkentin@suse.com>
Wed, 10 Jun 2020 20:36:56 +0000 (22:36 +0200)
committerDaniel Molkentin <daniel@molkentin.de>
Wed, 17 Jun 2020 19:01:03 +0000 (21:01 +0200)
Reference: bsc#1172816

modules.d/95iscsi/module-setup.sh

index 19a8bdbd965e6f7a0d215b33a7d33636151fffe7..8b6300d58c1131d17f410946674f200af135380d 100755 (executable)
@@ -65,7 +65,7 @@ install_ibft() {
             if [ ${d##*/} = "ibft" ] && [ "$ibft_mod" != "bnx2i" ] ; then
                 echo -n "rd.iscsi.ibft=1 "
             fi
-            echo -n "rd.iscsi.firmware=1"
+            echo -n "rd.iscsi.firmware=1 "
         fi
     done
 }