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";
|
name = "reset-automodules-overrides";
|
||||||
patch = null;
|
patch = null;
|
||||||
extraStructuredConfig = with lib.kernel; {
|
extraStructuredConfig = with lib.kernel; {
|
||||||
NR_CPUS = lib.mkForce (freeform "64");
|
# NR_CPUS = lib.mkForce (freeform "64");
|
||||||
RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
# RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
||||||
HOTPLUG_PCI_PCIE = lib.mkForce no;
|
# HOTPLUG_PCI_PCIE = lib.mkForce no;
|
||||||
DRM_ACCEL = lib.mkForce no;
|
# DRM_ACCEL = lib.mkForce no;
|
||||||
KFENCE = lib.mkForce no;
|
# KFENCE = lib.mkForce no;
|
||||||
|
|
||||||
BLK_INLINE_ENCRYPTION = lib.mkForce no;
|
BLK_INLINE_ENCRYPTION = lib.mkForce no;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user