From a07511a08ca8f30c20467a2c3f3d3f2f35130c4e Mon Sep 17 00:00:00 2001 From: Vishal Rao Date: Tue, 24 Mar 2026 22:28:31 +0530 Subject: [PATCH] Increase default boot timeout For people like me with displays that take a few seconds to show the boot menu (mode switch?) leaving little to no time for us to react if we want to, say, select a different entry or edit kernel params. --- mkosi.postinst.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index ca18f15..dbec13d 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -11,7 +11,7 @@ mkdir --mode 0700 /system # for the kde-linux-overlay.service export SYSTEMD_ESP_PATH="$BOOT_MNT" mkdir --mode 0700 "$SYSTEMD_ESP_PATH" bootctl install -echo 'timeout 5' >> "$SYSTEMD_ESP_PATH/loader/loader.conf" +echo 'timeout 7' >> "$SYSTEMD_ESP_PATH/loader/loader.conf" cp /usr/share/edk2-shell/x64/Shell.efi "$SYSTEMD_ESP_PATH/shellx64.efi" # Meanwhile cleanup a bit