Use gcdaa64.efi on aarch64 (#1174475)

This commit is contained in:
Brian C. Lane 2015-01-14 07:50:24 -08:00
parent cd7adac241
commit d4ead31bbb
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ mkdir ${KERNELDIR}
## WHeeeeeeee, EFI.
## We could remove the basearch restriction someday..
<% efiargs=""; efigraft="" %>
%if exists("boot/efi/EFI/*/grubaa64.efi"):
%if exists("boot/efi/EFI/*/gcdaa64.efi"):
<%
efiarch = 'AA64'
efigraft="EFI/BOOT={0}/EFI/BOOT".format(outroot)
@ -47,7 +47,7 @@ mkdir ${KERNELDIR}
%endif
%endfor
%if exists("boot/efi/EFI/*/grubaa64.efi"):
%if exists("boot/efi/EFI/*/gcdaa64.efi"):
## make boot.iso
runcmd mkisofs -o ${outroot}/images/boot.iso \
${efiargs} -R -J -V '${isolabel}' -T -graft-points \