1
0
forked from dan/liminix

enable unloading modules so that scripts work

if we can't unload them then the service that loads them will fail
the second time it's run
This commit is contained in:
Daniel Barlow 2024-10-16 22:54:19 +01:00
parent 0447ac0ff9
commit 14bfebc5c3

View File

@ -92,6 +92,7 @@ in {
PROC_FS = "y";
MODULES = if modular then "y" else "n";
MODULE_UNLOAD = if modular then "y" else "n";
DEBUG_FS = "y";
# basic networking protocols