File fix-kexec-force-reboot.patch of Package systemd.1472
Index: systemd-210/src/systemctl/systemctl.c =================================================================== --- systemd-210.orig/src/systemctl/systemctl.c +++ systemd-210/src/systemctl/systemctl.c @@ -6364,6 +6364,7 @@ static int halt_now(enum action a) { reboot(RB_HALT_SYSTEM); return -errno; + case ACTION_KEXEC: case ACTION_REBOOT: { _cleanup_free_ char *param = NULL;