]> git.pld-linux.org Git - packages/dracut.git/blame - reboot-opts.patch
Only install plymouth logo file if it exists
[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
525de250 3@@ -56,7 +56,7 @@
c0882d44
JR
4 _check_shutdown final
5
525de250 6 getarg 'rd.break=shutdown' && emergency_shell --shutdown shutdown "Break before shutdown"
c0882d44
JR
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.028696 seconds and 4 git commands to generate.