Skip to content

Commit bd99a79

Browse files
committed
Revert "[warm-reboot] Use kexec_file_load instead of kexec_load when available (sonic-net#2608)"
This reverts commit 93c7d43.
1 parent 094513f commit bd99a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fast-reboot

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ function load_aboot_secureboot_kernel() {
412412
413413
function load_kernel() {
414414
# Load kernel into the memory
415-
/sbin/kexec -a -l "$KERNEL_IMAGE" --initrd="$INITRD" --append="$BOOT_OPTIONS"
415+
/sbin/kexec -l "$KERNEL_IMAGE" --initrd="$INITRD" --append="$BOOT_OPTIONS"
416416
}
417417
418418
function unload_kernel()

0 commit comments

Comments
 (0)