Split SYSLINUX configuration into per-kernel configuration files
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).
This commit is contained in:
parent
8276616f6f
commit
8c047047ab
6 changed files with 58 additions and 46 deletions
8
configs/baseline/syslinux/syslinux-linux.cfg
Normal file
8
configs/baseline/syslinux/syslinux-linux.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
LABEL arch
|
||||
MENU LABEL Arch Linux
|
||||
LINUX boot/%ARCH%/vmlinuz-linux
|
||||
INITRD boot/%ARCH%/initramfs-linux.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
Loading…
Add table
Add a link
Reference in a new issue