Skip to content
Snippets Groups Projects
Verified Commit ee6c5faa authored by David Runge's avatar David Runge :chipmunk:
Browse files

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
parent 9f16862a
No related branches found
No related tags found
No related merge requests found
#
# SPDX-License-Identifier: GPL-3.0-or-later
timeout 30
timeout 15
default archiso-x86_64-linux.conf
......@@ -4,7 +4,7 @@
INCLUDE boot/syslinux/archiso_head.cfg
DEFAULT arch64
TIMEOUT 300
TIMEOUT 15
INCLUDE boot/syslinux/archiso_sys-linux.cfg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment