ISO/configs/releng/syslinux/archiso_sys.cfg
David Runge ee6c5faa86
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
2020-10-31 17:53:40 +01:00

12 lines
198 B
INI

#
# SPDX-License-Identifier: GPL-3.0-or-later
INCLUDE boot/syslinux/archiso_head.cfg
DEFAULT arch64
TIMEOUT 15
INCLUDE boot/syslinux/archiso_sys-linux.cfg
INCLUDE boot/syslinux/archiso_tail.cfg