From f1d2dc187f9e436a4b0aa49c4e2bc6402b57825e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 9 May 2024 09:56:06 +0200 Subject: [PATCH] mkosi: Add raid=noautodetect to kernel command line Should speed up boot times a little. --- mkosi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.conf b/mkosi.conf index 1c2d448ef98..936c7dbdc57 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -35,6 +35,7 @@ KernelCommandLine=systemd.crash_shell systemd.firstboot=no systemd.setenv=SYSTEMD_ENABLE_LOG_CONTEXT=yes SYSTEMD_ENABLE_LOG_CONTEXT=yes + raid=noautodetect [Host] Credentials=journal.storage=persistent