From 460bcd8f68d9073e36a1ef37fcdd576797ca623f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 6 Apr 2017 13:32:42 -0400 Subject: [PATCH] Fix aarch64 efi.tmpl invocation We didn't add "efiarch32" on aarch64 because it made no sense, but we need to because it's not an optional argument in the other template. Just make it efiarch32=None. Related: rhbz#1310775 Signed-off-by: Peter Jones --- share/aarch64.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/aarch64.tmpl b/share/aarch64.tmpl index 54c2404a..172f8a28 100644 --- a/share/aarch64.tmpl +++ b/share/aarch64.tmpl @@ -35,7 +35,7 @@ mkdir ${KERNELDIR} efiargs += " -eltorito-alt-boot -e {0} -no-emul-boot".format(img) efigraft += " {0}={1}/{0}".format(img,outroot) %> - <%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch64=efiarch, isolabel=isolabel"/> + <%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch32=None, efiarch64=efiarch, isolabel=isolabel"/> # Create optional product.img and updates.img <% imggraft=""; images=["product", "updates"] %>