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).
11 lines
173 B
INI
11 lines
173 B
INI
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
UI boot/syslinux/menu.c32
|
|
MENU TITLE Arch Linux
|
|
MENU CLEAR
|
|
|
|
DEFAULT arch
|
|
TIMEOUT 30
|
|
|
|
INCLUDE boot/syslinux/syslinux-linux.cfg
|