moby: disable NR_CPUS & related kernel overrides
PPP still boots.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user