From fffbfb4ed1b949a853773e0445197c2aba4e5f91 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 23 Jul 2024 14:16:23 +0200 Subject: [PATCH] mkosi: Bump device timeout even more I still manage to hit it in some cases so let's bump again. --- mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.conf b/mkosi.conf index 68d556e2faa..527d08a1614 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=45 + systemd.default_device_timeout_sec=90 # Make sure no LSMs are enabled by default. selinux=0 systemd.early_core_pattern=/core -- 2.47.3