moby: note that either CRASH_DUMP or CRASH_RESERVE are required kernel options
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user