Remove the iso-graft check from the aarch64.tmpl

RHEL7 doesn't support the workdir+/iso-graft feature.

Resolves: rhbz#1369014
This commit is contained in:
Brian C. Lane 2017-06-19 14:58:40 -07:00
parent fd7199d3b4
commit 1d2639cd92
1 changed files with 0 additions and 7 deletions

View File

@ -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}