kexec: use kexec-syscall-auto

apparantly faster on aarch64-linux: https://github.com/NixOS/nixpkgs/pull/203415
This commit is contained in:
Jörg Thalheim 2022-12-01 14:09:11 +01:00
parent 0092c8af6c
commit f603bff7ff

View file

@ -54,6 +54,7 @@ in {
rm -r "$INITRD_TMP"
"$SCRIPT_DIR/kexec" --load "''${SCRIPT_DIR}/bzImage" \
--kexec-syscall-auto \
--initrd="''${SCRIPT_DIR}/initrd" \
--command-line "init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams}"