136152e672
This is a breaking change. archweb, archiso-manager and various documentation must be updated. * https://github.com/archlinux/archweb/blob/master/templates/releng/archlinux.ipxe * https://github.com/pierres/archiso-manager/blob/master/Makefile
16 lines
301 B
INI
16 lines
301 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
|
|
|
|
LABEL arch
|
|
MENU LABEL Arch Linux
|
|
LINUX boot/%ARCH%/vmlinuz-linux
|
|
INITRD boot/%ARCH%/initramfs-linux.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|