[PATCH] Actually make boot.iso on aarch64.

Brian C. Lane bcl at redhat.com
Tue Dec 9 17:02:14 UTC 2014


On Tue, Dec 09, 2014 at 11:52:47AM -0500, Peter Jones wrote:
> Wooooops.
> 
> Signed-off-by: Peter Jones <pjones at redhat.com>
> ---
>  share/aarch64.tmpl | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/share/aarch64.tmpl b/share/aarch64.tmpl
> index c073b10..c09b79e 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
> -- 
> 2.1.0

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list