Actually make boot.iso on aarch64.

Wooooops.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2014-12-09 11:34:59 -05:00
parent 52d962d613
commit 8f582846af
1 changed files with 9 additions and 0 deletions

View File

@ -47,3 +47,12 @@ mkdir ${KERNELDIR}
%endif
%endfor
%if exists("boot/efi/EFI/*/grubaa64.efi"):
## make boot.iso
runcmd mkisofs -o ${outroot}/images/boot.iso \
${efiargs} -R -J -V '${isolabel}' -T -graft-points \
${KERNELDIR}=${outroot}/${KERNELDIR} \
${LIVEDIR}=${outroot}/${LIVEDIR} \
${efigraft} ${imggraft}
treeinfo images-${basearch} boot.iso images/boot.iso
%endif