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
9 lines
352 B
Text
9 lines
352 B
Text
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
title Arch Linux install medium (x86_64, UEFI)
|
|
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
|
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
|
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
|
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
|
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|