summaryrefslogtreecommitdiffstats
path: root/mkosi.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-05 18:22:22 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-06 16:44:00 +0200
commit0731321d1493cce17384a1eed101e17f43174ea2 (patch)
tree89cd4fc80a12fb7d23d841221521620b03fbafb7 /mkosi.conf
parentmkosi: Update to latest (diff)
downloadsystemd-0731321d1493cce17384a1eed101e17f43174ea2.tar.xz
systemd-0731321d1493cce17384a1eed101e17f43174ea2.zip
mkosi: Include fewer modules in the initramfs
Let's only use mkosi's default list of modules instead of all of them.
Diffstat (limited to 'mkosi.conf')
-rw-r--r--mkosi.conf3
1 files changed, 3 insertions, 0 deletions
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