From 1d2639cd923de53df898c11422355bbb1c4406b3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 19 Jun 2017 14:58:40 -0700 Subject: [PATCH] Remove the iso-graft check from the aarch64.tmpl RHEL7 doesn't support the workdir+/iso-graft feature. Resolves: rhbz#1369014 --- share/live/aarch64.tmpl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/live/aarch64.tmpl b/share/live/aarch64.tmpl index d4a3e385..0fb1240b 100644 --- a/share/live/aarch64.tmpl +++ b/share/live/aarch64.tmpl @@ -67,13 +67,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}