From 2d9daa8b168aef6f89f76a9204c7597fa3264201 Mon Sep 17 00:00:00 2001 From: "Gerd v. Egidy" Date: Sun, 11 Dec 2022 21:40:49 +0100 Subject: [PATCH] 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. --- efiboot/grub/grubsrcd.cfg | 2 +- syslinux/sysresccd_head.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/efiboot/grub/grubsrcd.cfg b/efiboot/grub/grubsrcd.cfg index edcc529..69c4a51 100644 --- a/efiboot/grub/grubsrcd.cfg +++ b/efiboot/grub/grubsrcd.cfg @@ -1,5 +1,5 @@ # Global options -set timeout=90 +set timeout=30 set default=0 set fallback=1 set pager=1 diff --git a/syslinux/sysresccd_head.cfg b/syslinux/sysresccd_head.cfg index 73263fd..8c7ec00 100644 --- a/syslinux/sysresccd_head.cfg +++ b/syslinux/sysresccd_head.cfg @@ -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