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.
This commit is contained in:
Vishal Rao
2026-03-24 22:28:31 +05:30
committed by Nate Graham
parent 2fd1d8f84b
commit a07511a08c

View File

@@ -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