diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-19 13:24:35 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-19 14:20:39 +0200 |
commit | 70510bf2823b6fcad504d67c3e3eb2b11c5ef6c9 (patch) | |
tree | 2a13911b511e910c4729201226242e02d6eb601f /mkosi.conf | |
parent | hwdb: Add mic mute key mapping for Dell Pro Rugged series (diff) | |
download | systemd-70510bf2823b6fcad504d67c3e3eb2b11c5ef6c9.tar.xz systemd-70510bf2823b6fcad504d67c3e3eb2b11c5ef6c9.zip |
mkosi: Bump default device timeout a little
We've been getting some integration test failures due to timeouts
on finding the root partition device. Let's bump the default device
timeout a little to see if it mitigates these failures.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf b/mkosi.conf index a628f96d25..68d556e2fa 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -66,7 +66,7 @@ KernelCommandLine= 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=30 + systemd.default_device_timeout_sec=45 # Make sure no LSMs are enabled by default. selinux=0 systemd.early_core_pattern=/core |