Set bootloader timeouts to 15s

configs/releng/efiboot/loader/loader.conf,
configs/releng/syslinux/archiso_sys.cfg:

Set the bootloader timeout to 15s, as they have been set to an overly generous 30s in !79.

Fixes #80
This commit is contained in:
David Runge 2020-10-31 13:30:00 +01:00
parent 9f16862acd
commit ee6c5faa86
No known key found for this signature in database
GPG Key ID: 7258734B41C31549
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
timeout 30
timeout 15
default archiso-x86_64-linux.conf

View File

@ -4,7 +4,7 @@
INCLUDE boot/syslinux/archiso_head.cfg
DEFAULT arch64
TIMEOUT 300
TIMEOUT 15
INCLUDE boot/syslinux/archiso_sys-linux.cfg