]> git.pld-linux.org Git - packages/dracut.git/blame - reboot-opts.patch
- rel 5
[packages/dracut.git] / reboot-opts.patch
CommitLineData
c0882d44
JR
1--- dracut-018/modules.d/99shutdown/shutdown.sh~ 2012-04-05 13:54:38.000000000 +0200
2+++ dracut-018/modules.d/99shutdown/shutdown.sh 2012-04-16 14:04:49.481733793 +0200
3@@ -98,7 +98,7 @@
4 _check_shutdown final
5
6 getarg 'rd.break=shutdown' && emergency_shell -n cmdline "Break before shutdown"
7-[ "$1" = "reboot" ] && reboot -f -d -n --no-wall
8-[ "$1" = "poweroff" ] && poweroff -f -d -n --no-wall
9-[ "$1" = "halt" ] && halt -f -d -n --no-wall
10+[ "$1" = "reboot" ] && reboot -f -d -n
11+[ "$1" = "poweroff" ] && poweroff -f -d -n
12+[ "$1" = "halt" ] && halt -f -d -n
13 [ "$1" = "kexec" ] && kexec -e
This page took 0.028834 seconds and 4 git commands to generate.