summaryrefslogtreecommitdiffstats
path: root/mkosi.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-31 10:25:08 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-31 10:25:08 +0200
commit3a8e9b4a0e44b648ddb699dadf9d1509f1e54028 (patch)
tree4687d4a68fe134b7c1a9c9358a4e54e95d2f2a22 /mkosi.conf
parentmkosi: Drop two unnecessary settings in CI config (diff)
downloadsystemd-3a8e9b4a0e44b648ddb699dadf9d1509f1e54028.tar.xz
systemd-3a8e9b4a0e44b648ddb699dadf9d1509f1e54028.zip
mkosi: Unify device timeout for CI and local runs
Now that we use KVM and don't use repart anymore to create a root partition on first boot, let's see if we can use the same device timeout for both local and CI runs.
Diffstat (limited to 'mkosi.conf')
-rw-r--r--mkosi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf b/mkosi.conf
index 2da8804a7e..45102ac7af 100644
--- a/mkosi.conf
+++ b/mkosi.conf
@@ -29,7 +29,7 @@ KernelCommandLine=systemd.crash_shell
rw
# Lower the default device timeout so we get a shell earlier if the root device does
# not appear for some reason.
- systemd.default_device_timeout_sec=20
+ systemd.default_device_timeout_sec=30
# Make sure no LSMs are enabled by default.
apparmor=0
selinux=0