kexec: use kexec-syscall-auto
apparantly faster on aarch64-linux: https://github.com/NixOS/nixpkgs/pull/203415
This commit is contained in:
parent
0092c8af6c
commit
f603bff7ff
1 changed files with 1 additions and 0 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue