mkosi: Include fewer modules in the initramfs

Let's only use mkosi's default list of modules instead of all of
them.
This commit is contained in:
Daan De Meyer 2024-06-05 18:22:22 +02:00
parent 20be62e4b9
commit 0731321d14

View file

@ -43,6 +43,9 @@ KernelCommandLine=systemd.crash_shell
systemd.mask=isc-dhcp-server.service
systemd.mask=mdmonitor.service
KernelModulesInitrdExclude=.*
KernelModulesInitrdInclude=default
[Host]
Credentials=journal.storage=persistent
@Incremental=yes