mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/crashdump: remove redundant kernel patch
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
fc3871aa8a
commit
d8b5f031dc
1 changed files with 0 additions and 11 deletions
|
@ -60,17 +60,6 @@ in
|
||||||
"nmi_watchdog=panic"
|
"nmi_watchdog=panic"
|
||||||
"softlockup_panic=1"
|
"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
|
|
||||||
'';
|
|
||||||
} ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue