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
Hannes Reinecke 2014-07-17 14:29:24 +02:00 committed by Daniel Molkentin
parent 5e7bbe43a3
commit 5f923256e3
1 changed files with 1 additions and 1 deletions

View File

@ -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