disable kexec-syscall-auto again
this breaks on GCP (not enough memory when unpacking initrd on a 32GB instance for a 700MB compressed initrd -> should actually have enough memory)
This commit is contained in:
parent
0a346c724c
commit
085cc99ca7
1 changed files with 1 additions and 1 deletions
|
@ -68,8 +68,8 @@ in {
|
||||||
cat extra.gz >> "''${SCRIPT_DIR}/initrd"
|
cat extra.gz >> "''${SCRIPT_DIR}/initrd"
|
||||||
rm -r "$INITRD_TMP"
|
rm -r "$INITRD_TMP"
|
||||||
|
|
||||||
|
# Dropped --kexec-syscall-auto because it broke on GCP...
|
||||||
"$SCRIPT_DIR/kexec" --load "''${SCRIPT_DIR}/bzImage" \
|
"$SCRIPT_DIR/kexec" --load "''${SCRIPT_DIR}/bzImage" \
|
||||||
--kexec-syscall-auto \
|
|
||||||
--initrd="''${SCRIPT_DIR}/initrd" \
|
--initrd="''${SCRIPT_DIR}/initrd" \
|
||||||
--command-line "init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams}"
|
--command-line "init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue