moby: disable NR_CPUS & related kernel overrides

PPP still boots.
This commit is contained in:
2024-09-25 07:15:49 +00:00
parent 9641676da2
commit 74a5b8f963

View File

@@ -127,11 +127,11 @@ linux_latest.override {
name = "reset-automodules-overrides";
patch = null;
extraStructuredConfig = with lib.kernel; {
NR_CPUS = lib.mkForce (freeform "64");
RANDOM_KMALLOC_CACHES = lib.mkForce no;
HOTPLUG_PCI_PCIE = lib.mkForce no;
DRM_ACCEL = lib.mkForce no;
KFENCE = lib.mkForce no;
# NR_CPUS = lib.mkForce (freeform "64");
# RANDOM_KMALLOC_CACHES = lib.mkForce no;
# HOTPLUG_PCI_PCIE = lib.mkForce no;
# DRM_ACCEL = lib.mkForce no;
# KFENCE = lib.mkForce no;
BLK_INLINE_ENCRYPTION = lib.mkForce no;