Always load the "configs" kernel module
We used to have the configuration of the kernel available in a somewhat convenient place (/run/booted-system/kernel-modules/config) but that has disappeared. So instead just make /proc/configs.gz available. It only eats a few kilobytes.
This commit is contained in:
@@ -159,7 +159,7 @@ in
|
|||||||
|
|
||||||
boot.kernel.sysctl."kernel.printk" = config.boot.consoleLogLevel;
|
boot.kernel.sysctl."kernel.printk" = config.boot.consoleLogLevel;
|
||||||
|
|
||||||
boot.kernelModules = [ "loop" ];
|
boot.kernelModules = [ "loop" "configs" ];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules =
|
boot.initrd.availableKernelModules =
|
||||||
[ # Note: most of these (especially the SATA/PATA modules)
|
[ # Note: most of these (especially the SATA/PATA modules)
|
||||||
|
|||||||
Reference in New Issue
Block a user