diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-09 09:56:06 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-09 09:57:04 +0200 |
commit | f1d2dc187f9e436a4b0aa49c4e2bc6402b57825e (patch) | |
tree | 638d076475a9e3a2a9c7931f757467743470f4d2 /mkosi.conf | |
parent | systemctl-show: make show_memory_available cover memory_available itself (diff) | |
download | systemd-f1d2dc187f9e436a4b0aa49c4e2bc6402b57825e.tar.xz systemd-f1d2dc187f9e436a4b0aa49c4e2bc6402b57825e.zip |
mkosi: Add raid=noautodetect to kernel command line
Should speed up boot times a little.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.conf b/mkosi.conf index 1c2d448ef9..936c7dbdc5 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 |