95zfcp_rules: fix typo in module_setup
module_setup.sh has a typo preventing it from saving the correct dracut commandline. References: bnc#887582 Signed-off-by: Hannes Reinecke <hare@suse.de>master
parent
5e7bbe43a3
commit
5f923256e3
|
|
@ -52,7 +52,7 @@ install() {
|
||||||
local _zfcp
|
local _zfcp
|
||||||
|
|
||||||
for _zfcp in $(cmdline) ; do
|
for _zfcp in $(cmdline) ; do
|
||||||
printf "%s\n" "$zfcp" >> "${initdir}/etc/cmdline.d/94zfcp.conf"
|
printf "%s\n" "$_zfcp" >> "${initdir}/etc/cmdline.d/94zfcp.conf"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
if [[ $hostonly ]] ; then
|
if [[ $hostonly ]] ; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue