configs/releng/syslinux/archiso_sys.cfg: Set the syslinux bootloader timeout to 15s. In !97 it has accidentally been set to 1.5s.
11 lines
199 B
INI
11 lines
199 B
INI
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
INCLUDE boot/syslinux/archiso_head.cfg
|
|
|
|
DEFAULT arch64
|
|
TIMEOUT 150
|
|
|
|
INCLUDE boot/syslinux/archiso_sys-linux.cfg
|
|
|
|
INCLUDE boot/syslinux/archiso_tail.cfg
|