From 04d16cdcc71e2778d7fde9fdab0f1a2e1e231c76 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 21 Oct 2019 16:51:47 -0700 Subject: [PATCH] Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl Resolves: rhbz#1763922 --- 80-rhel/live/aarch64.tmpl | 7 ------- 80-rhel/live/live-install.tmpl | 1 - 2 files changed, 8 deletions(-) diff --git a/80-rhel/live/aarch64.tmpl b/80-rhel/live/aarch64.tmpl index e35d618..9ddd2d2 100644 --- a/80-rhel/live/aarch64.tmpl +++ b/80-rhel/live/aarch64.tmpl @@ -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} diff --git a/80-rhel/live/live-install.tmpl b/80-rhel/live/live-install.tmpl index 88abff5..d1acbdb 100644 --- a/80-rhel/live/live-install.tmpl +++ b/80-rhel/live/live-install.tmpl @@ -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