diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index cfdfa8eba0..f9cf3f76ae 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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 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