863247d0a6
This gets rid of the duplicate ldlinux.c32 and the useless isolinux.cfg which only points to syslinux.cfg. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/46 .
9 lines
261 B
INI
9 lines
261 B
INI
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
LABEL arch
|
|
MENU LABEL Arch Linux (x86_64, BIOS)
|
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|