Browse Source

91zipl: Store commandline correctly

The 'rd.zipl' command was only printed and never stored in the
initramfs itself.

Signed-off-by: Hannes Reinecke <hare@suse.de>
master
Hannes Reinecke 11 years ago committed by Daniel Molkentin
parent
commit
73f89bbadb
  1. 2
      modules.d/91zipl/module-setup.sh

2
modules.d/91zipl/module-setup.sh

@ -42,7 +42,7 @@ install() { @@ -42,7 +42,7 @@ install() {
if [[ $hostonly_cmdline == "yes" ]] ; then
local _zipl=$(cmdline)

[[ $_zipl ]] && printf "%s\n" "$_zipl"
[[ $_zipl ]] && printf "%s\n" "$_zipl" > "${initdir}/etc/cmdline.d/91zipl.conf"
fi
dracut_need_initqueue
}

Loading…
Cancel
Save