projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20be62e
)
mkosi: Include fewer modules in the initramfs
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Wed, 5 Jun 2024 16:22:22 +0000
(18:22 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Thu, 6 Jun 2024 14:44:00 +0000
(16:44 +0200)
Let's only use mkosi's default list of modules instead of all of
them.
mkosi.conf
patch
|
blob
|
history
diff --git
a/mkosi.conf
b/mkosi.conf
index e5f9b4e7e8f5461dbabcb74d5edefffcb612fe8e..650124865527cc71bf25ed4ff952d49f89303bf5 100644
(file)
--- 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