Copy Memtest86+ for uefi-x64.systemd-boot.* boot modes and add a boot entry to releng
mkarchiso: copy Memtest86+ for uefi-x64.systemd-boot.* boot modes
If the Memtest86+ EFI binary exists, copy it to the EFI system partition
(efiboot.img
) and also to ISO 9660.
Implements #228 (closed)
Add configs/releng/efiboot/loader/entries/03-archiso-x86_64-memtest86+.conf
Create a boot entry for Memtest86+.
Implements #228 (closed)
mkarchiso: fix requirement validation logic for uefi-ia32.systemd-boot.eltorito
uefi-ia32.systemd-boot.eltorito
has the same requirements as
uefi-ia32.systemd-boot.esp
, not the same as uefi-x64.systemd-boot.esp
.
Fixes: 5e72546e ("mkarchiso: add uefi-ia32.systemd-boot.esp and uefi-ia32.systemd-boot.eltorito boot modes")