Browse Source

95iscsi: fix missing space when compiling cmdline args

Reference: bsc#1172816
master
Daniel Molkentin 5 years ago committed by Daniel Molkentin
parent
commit
55b0d2edaf
  1. 2
      modules.d/95iscsi/module-setup.sh

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

@ -65,7 +65,7 @@ install_ibft() { @@ -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
}

Loading…
Cancel
Save