8c047047ab
Slightly simplifies adding boot loader configuration for more kernels. Unfortunately the INCLUDE statement doesn't support wildcards, so each new file must be manually included in the main syslinux configuration file (syslinux.cfg for baseline and archiso_sys.cfg for releng).
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 30
|
|
|
|
INCLUDE boot/syslinux/archiso_sys-linux.cfg
|
|
|
|
INCLUDE boot/syslinux/archiso_tail.cfg
|