Skip to content

Commit

Permalink
Revert "[warm-reboot] Use kexec_file_load instead of kexec_load when …
Browse files Browse the repository at this point in the history
…available (#2608)" (#2833)

This reverts commit 93c7d43.
  • Loading branch information
kellyyeh committed May 10, 2023
1 parent 094513f commit 878be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 878be48

Please sign in to comment.