reduce timeout to automatic boot of SystemRescue with default settings from 90 seconds to 30

Consider you don't have a keyboard connected and can only connect over the network. Or the
keyboard you use doesn't work in the bootloader due to BIOS issues with USB. Then waiting
the whole 90 seconds is cumbersome.

30 seconds should still be enough to see the bootloader over a slow network KVM, get the
correct monitor or keyboard attached and similar things. So it should still be enough time
to modify the default boot if desired.
This commit is contained in:
Gerd v. Egidy 2022-12-11 21:40:49 +01:00
parent 755c5215cf
commit 2d9daa8b16
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Global options
set timeout=90
set timeout=30
set default=0
set fallback=1
set pager=1

View file

@ -2,7 +2,7 @@ SERIAL 0 38400
UI boot/syslinux/vesamenu.c32
MENU TITLE SYSTEM-RESCUE %ISO_VERSION% %ISO_ARCH% (www.system-rescue.org)
MENU BACKGROUND #c000a8a8
TIMEOUT 900
TIMEOUT 300
MENU WIDTH 78
MENU MARGIN 4