mirror of
https://github.com/systemd/systemd.git
synced 2025-01-06 17:18:12 +03:00
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.
This commit is contained in:
parent
643347ed61
commit
70510bf282
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user