1 --- kexec-tools-2.0.5.orig/kexec/kexec.c 2013-12-13 01:52:47.000000000 +0100
2 +++ kexec-tools-2.0.5/kexec/kexec.c 2014-03-18 14:46:58.000000000 +0100
3 @@ -807,17 +807,14 @@ static int k_unload (unsigned long kexec
4 static int my_shutdown(void)
15 - execv("/sbin/shutdown", args);
16 - execv("/etc/shutdown", args);
17 - execv("/bin/shutdown", args);
18 + execv("/sbin/reboot", args);