moby: note that either CRASH_DUMP or CRASH_RESERVE are required kernel options

This commit is contained in:
2024-09-24 08:03:16 +00:00
parent 71b9f3f3ec
commit c8f351e843

View File

@@ -83,11 +83,12 @@ linux_latest.override {
DRM_ACCEL = lib.mkForce no;
# TODO: at least one of these is actually required for boot.
CRASH_DUMP = lib.mkForce yes;
CRASH_RESERVE = yes;
IO_STRICT_DEVMEM = no;
PRINTK_INDEX = lib.mkForce no;
RUNTIME_TESTING_MENU = lib.mkForce yes;
# TODO: at least one of these is actually required for boot.
CRASH_DUMP = lib.mkForce yes;
CRASH_RESERVE = yes;
# TODO: at least one of these is actually required for boot.
PREEMPTION = yes;