ee6c5faa86
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
12 lines
198 B
INI
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
|