diff -Naur dracut-012/modules.d/99shutdown/shutdown dracut-012-magellan/modules.d/99shutdown/shutdown --- dracut-012/modules.d/99shutdown/shutdown 2011-08-12 08:03:55.000000000 +0200 +++ dracut-012-magellan/modules.d/99shutdown/shutdown 2011-08-14 19:39:32.000000000 +0200 @@ -85,7 +85,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