forked from mirrors/nixpkgs
Merge pull request #104760 from gravndal/edac
linux: explicitly enable RAS
This commit is contained in:
commit
9174f79fe6
|
@ -775,6 +775,8 @@ let
|
||||||
X86_CHECK_BIOS_CORRUPTION = yes;
|
X86_CHECK_BIOS_CORRUPTION = yes;
|
||||||
X86_MCE = yes;
|
X86_MCE = yes;
|
||||||
|
|
||||||
|
RAS = yes; # Needed for EDAC support
|
||||||
|
|
||||||
# Our initrd init uses shebang scripts, so can't be modular.
|
# Our initrd init uses shebang scripts, so can't be modular.
|
||||||
BINFMT_SCRIPT = yes;
|
BINFMT_SCRIPT = yes;
|
||||||
# For systemd-binfmt
|
# For systemd-binfmt
|
||||||
|
|
Loading…
Reference in a new issue