aarch64: Fix live-iso creation on aarch64

Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl

Resolves: rhbz#1752002
(cherry picked from commit 5efaa876e1)
This commit is contained in:
Brian C. Lane 2019-09-19 10:50:22 -07:00
parent 79847076b0
commit 115bf6c17f
2 changed files with 0 additions and 8 deletions

View File

@ -68,13 +68,6 @@ mkdir ${KERNELDIR}
%endif
%endfor
# Inherit iso-graft/ if it exists from external templates
<%
import os
if os.path.exists(workdir + "/iso-graft"):
filegraft += " " + workdir + "/iso-graft"
%>
# Add the license files
%for f in glob("/usr/share/licenses/*-release/*"):
install ${f} ${f|basename}

View File

@ -5,7 +5,6 @@
%if basearch == "aarch64":
installpkg efibootmgr
installpkg grub2-efi-aa64-cdboot shim-aa64
installpkg uboot-tools
%endif
%if basearch in ("arm", "armhfp"):
installpkg efibootmgr