Skip to content

Commit 0731321

Browse files
committed
mkosi: Include fewer modules in the initramfs
Let's only use mkosi's default list of modules instead of all of them.
1 parent 20be62e commit 0731321

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkosi.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ KernelCommandLine=systemd.crash_shell
4343
systemd.mask=isc-dhcp-server.service
4444
systemd.mask=mdmonitor.service
4545

46+
KernelModulesInitrdExclude=.*
47+
KernelModulesInitrdInclude=default
48+
4649
[Host]
4750
Credentials=journal.storage=persistent
4851
@Incremental=yes

0 commit comments

Comments
 (0)