mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-23 07:44:14 +01:00
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:
parent
755c5215cf
commit
2d9daa8b16
|
|
@ -1,5 +1,5 @@
|
|||
# Global options
|
||||
set timeout=90
|
||||
set timeout=30
|
||||
set default=0
|
||||
set fallback=1
|
||||
set pager=1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue