From 0731321d1493cce17384a1eed101e17f43174ea2 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 5 Jun 2024 18:22:22 +0200 Subject: mkosi: Include fewer modules in the initramfs Let's only use mkosi's default list of modules instead of all of them. --- mkosi.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkosi.conf') diff --git a/mkosi.conf b/mkosi.conf index e5f9b4e7e8..6501248655 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 -- cgit v1.2.3