From 61194d85aa463cbbd467e9cd67693dc920b06cba Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 27 Sep 2020 23:26:53 +0200 Subject: Rename initramfs file templates/releng/archlinux.ipxe: With https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/74 the naming scheme of the initramfs is not hardcoded (i.e. archiso.img) anymore but follows the standard naming scheme (i.e. initramfs-linux.img when using the standard linux kernel package). NOTE: This can only be merged and made available *after* the image for October 2020 (e.g. 2020-10-01) has been made available. --- templates/releng/archlinux.ipxe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/releng/archlinux.ipxe b/templates/releng/archlinux.ipxe index 05420b02..f996dd47 100644 --- a/templates/releng/archlinux.ipxe +++ b/templates/releng/archlinux.ipxe @@ -130,9 +130,9 @@ initrd ${mirrorurl}iso/${release}/arch/boot/amd-ucode.img || goto failed_downloa imgverify amd-ucode.img ${mirrorurl}iso/${release}/arch/boot/amd-ucode.img.ipxe.sig || goto failed_verify initrd ${mirrorurl}iso/${release}/arch/boot/intel-ucode.img || goto failed_download imgverify intel-ucode.img ${mirrorurl}iso/${release}/arch/boot/intel-ucode.img.ipxe.sig || goto failed_verify -initrd ${mirrorurl}iso/${release}/arch/boot/x86_64/archiso.img || goto failed_download -imgverify archiso.img ${mirrorurl}iso/${release}/arch/boot/x86_64/archiso.img.ipxe.sig || goto failed_verify -imgargs vmlinuz-linux initrd=amd-ucode.img initrd=intel-ucode.img initrd=archiso.img archiso_http_srv=${mirrorurl}iso/${release}/ archisobasedir=arch verify=y ${extrabootoptions} +initrd ${mirrorurl}iso/${release}/arch/boot/x86_64/initramfs-linux.img || goto failed_download +imgverify initramfs-linux.img ${mirrorurl}iso/${release}/arch/boot/x86_64/initramfs-linux.img.ipxe.sig || goto failed_verify +imgargs vmlinuz-linux initrd=amd-ucode.img initrd=intel-ucode.img initrd=initramfs-linux.img archiso_http_srv=${mirrorurl}iso/${release}/ archisobasedir=arch verify=y ${extrabootoptions} boot || goto failed_boot :failed_download -- cgit v1.2.3-55-g3dc8