From 878be48e38f10bc52409ece52712cf3d509e894c Mon Sep 17 00:00:00 2001 From: kellyyeh <42761586+kellyyeh@users.noreply.github.com> Date: Wed, 10 May 2023 15:21:52 -0700 Subject: [PATCH] Revert "[warm-reboot] Use kexec_file_load instead of kexec_load when available (#2608)" (#2833) This reverts commit 93c7d43de62721cfea1fbb678b5de71799e18461. --- scripts/fast-reboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fast-reboot b/scripts/fast-reboot index 501e360d89..09e148d437 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -412,7 +412,7 @@ function load_aboot_secureboot_kernel() { function load_kernel() { # Load kernel into the memory - /sbin/kexec -a -l "$KERNEL_IMAGE" --initrd="$INITRD" --append="$BOOT_OPTIONS" + /sbin/kexec -l "$KERNEL_IMAGE" --initrd="$INITRD" --append="$BOOT_OPTIONS" } function unload_kernel()