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).
9 lines
171 B
INI
9 lines
171 B
INI
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
INCLUDE boot/syslinux/archiso_head.cfg
|
|
|
|
INCLUDE boot/syslinux/archiso_pxe-linux.cfg
|
|
|
|
INCLUDE boot/syslinux/archiso_tail.cfg
|