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
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# mkinitcpio preset file for the 'linux' package on archiso
|
|
|
|
PRESETS=('archiso')
|
|
|
|
ALL_kver='/boot/vmlinuz-linux'
|
|
ALL_config='/etc/mkinitcpio.conf'
|
|
|
|
archiso_image="/boot/initramfs-linux.img"
|