diff -Naur dracut-017/modules.d/99shutdown/shutdown.sh dracut-017-magellan/modules.d/99shutdown/shutdown.sh --- dracut-017/modules.d/99shutdown/shutdown.sh 2012-02-24 15:38:08.000000000 +0100 +++ dracut-017-magellan/modules.d/99shutdown/shutdown.sh 2012-03-03 13:03:08.847982387 +0100 @@ -94,7 +94,7 @@ _check_shutdown final getarg 'rd.break=shutdown' && emergency_shell -n cmdline "Break before shutdown" -[ "$1" = "reboot" ] && reboot -f -d -n --no-wall -[ "$1" = "poweroff" ] && poweroff -f -d -n --no-wall -[ "$1" = "halt" ] && halt -f -d -n --no-wall +[ "$1" = "reboot" ] && reboot -f -d -n +[ "$1" = "poweroff" ] && poweroff -f -d -n +[ "$1" = "halt" ] && halt -f -d -n [ "$1" = "kexec" ] && kexec -e