diff -Naur dracut-019/modules.d/99shutdown/shutdown.sh dracut-019-magellan/modules.d/99shutdown/shutdown.sh --- dracut-019/modules.d/99shutdown/shutdown.sh 2012-06-04 14:24:25.000000000 +0200 +++ dracut-019-magellan/modules.d/99shutdown/shutdown.sh 2012-06-29 12:08:42.335984735 +0200 @@ -56,7 +56,7 @@ _check_shutdown final getarg 'rd.break=shutdown' && emergency_shell --shutdown shutdown "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