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:
parent
fd7199d3b4
commit
1d2639cd92
@ -67,13 +67,6 @@ mkdir ${KERNELDIR}
|
|||||||
%endif
|
%endif
|
||||||
%endfor
|
%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
|
# Add the license files
|
||||||
%for f in glob("/usr/share/licenses/*-release/*"):
|
%for f in glob("/usr/share/licenses/*-release/*"):
|
||||||
install ${f} ${f|basename}
|
install ${f} ${f|basename}
|
||||||
|
Loading…
Reference in New Issue
Block a user