aarch64: Fix live-iso creation on aarch64

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

Related: rhbz#1752002
This commit is contained in:
Brian C. Lane 2019-09-19 10:50:22 -07:00
parent 5322664432
commit 5efaa876e1
2 changed files with 0 additions and 8 deletions

View File

@ -66,13 +66,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