From: Daan De Meyer Date: Wed, 5 Jun 2024 16:22:22 +0000 (+0200) Subject: mkosi: Include fewer modules in the initramfs X-Git-Tag: v256-rc4~5^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0731321d1493cce17384a1eed101e17f43174ea2;p=thirdparty%2Fsystemd.git mkosi: Include fewer modules in the initramfs Let's only use mkosi's default list of modules instead of all of them. --- diff --git a/mkosi.conf b/mkosi.conf index e5f9b4e7e8f..65012486552 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -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