From 9e0bf05cd6e0a0ff50502dbce31a8d5031219fe7 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Thu, 17 Jul 2014 14:29:24 +0200 Subject: 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 --- modules.d/95zfcp_rules/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: dracut-041/modules.d/95zfcp_rules/module-setup.sh =================================================================== --- dracut-041.orig/modules.d/95zfcp_rules/module-setup.sh 2015-03-24 15:15:43.249556607 +0100 +++ dracut-041/modules.d/95zfcp_rules/module-setup.sh 2015-03-24 15:16:04.250736181 +0100 @@ -52,7 +52,7 @@ local _zfcp 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 fi if [[ $hostonly ]] ; then