mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-19 14:08:21 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user