Merge #102
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:
commit
4f10542ef1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ find . | cpio -o -H newc | gzip -9 >> "$SCRIPT_DIR/initrd"
|
|||
|
||||
# Dropped --kexec-syscall-auto because it broke on GCP...
|
||||
"$SCRIPT_DIR/kexec" --load "$SCRIPT_DIR/bzImage" \
|
||||
--initrd="$SCRIPT_DIR/initrd" \
|
||||
--initrd="$SCRIPT_DIR/initrd" --no-checks \
|
||||
--command-line "init=$init $kernelParams"
|
||||
|
||||
# Disconnect our background kexec from the terminal
|
||||
|
|
Loading…
Reference in a new issue