From 8f582846afad0a992bc86b83d4e1926bc28da3db Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 9 Dec 2014 11:34:59 -0500 Subject: [PATCH] Actually make boot.iso on aarch64. Wooooops. Signed-off-by: Peter Jones --- share/aarch64.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/share/aarch64.tmpl b/share/aarch64.tmpl index c073b101..c09b79e2 100644 --- a/share/aarch64.tmpl +++ b/share/aarch64.tmpl @@ -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