1
0
forked from dan/liminix

remove KEXEC from base kernel config

we're not using it any more
This commit is contained in:
Daniel Barlow 2024-10-10 18:23:50 +01:00
parent 5112eab4da
commit 17517dd34f

View File

@ -91,7 +91,6 @@ in {
IKCONFIG_PROC = "y";
PROC_FS = "y";
KEXEC = "y";
MODULES = if modular then "y" else "n";
MODULE_SIG = if modular then "y" else "n";
DEBUG_FS = "y";