102: feat: speed up kexec boot r=Mic92 a=jfroche



Co-authored-by: Jean-François Roche <jfroche@pyxel.be>
This commit is contained in:
bors[bot] 2023-05-08 12:30:16 +00:00 committed by GitHub
commit 4f10542ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ find . | cpio -o -H newc | gzip -9 >> "$SCRIPT_DIR/initrd"
# Dropped --kexec-syscall-auto because it broke on GCP... # Dropped --kexec-syscall-auto because it broke on GCP...
"$SCRIPT_DIR/kexec" --load "$SCRIPT_DIR/bzImage" \ "$SCRIPT_DIR/kexec" --load "$SCRIPT_DIR/bzImage" \
--initrd="$SCRIPT_DIR/initrd" \ --initrd="$SCRIPT_DIR/initrd" --no-checks \
--command-line "init=$init $kernelParams" --command-line "init=$init $kernelParams"
# Disconnect our background kexec from the terminal # Disconnect our background kexec from the terminal