linux/common-config: enable support for crashkernel dumps (#347932)

This commit is contained in:
K900
2024-12-06 10:15:20 +03:00
committed by GitHub
2 changed files with 6 additions and 14 deletions

View File

@@ -57,17 +57,6 @@ in
"nmi_watchdog=panic"
"softlockup_panic=1"
];
kernelPatches = [ {
name = "crashdump-config";
patch = null;
extraConfig = ''
CRASH_DUMP y
DEBUG_INFO y
PROC_VMCORE y
LOCKUP_DETECTOR y
HARDLOCKUP_DETECTOR y
'';
} ];
};
};
}