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