1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

Merge pull request #33218 from DaanDeMeyer/initrd-modules

mkosi: Include fewer modules in the initramfs
This commit is contained in:
Daan De Meyer 2024-06-06 18:01:00 +02:00 committed by GitHub
commit 9f2c92e3ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: systemd/mkosi@8770a4e3390a68522f187acbcd33311040563fda
- uses: systemd/mkosi@38668e8099653cd8499fc8842af894d31ebc0f07
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
# immediately, we remove the files in the background. However, we first move them to a different location

View File

@ -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