Remove filegraft from arm.tmpl (#1457906)

It isn't used at all, so remove it instead of crashing.
This commit is contained in:
Brian C. Lane 2017-06-01 08:04:59 -07:00
parent 2c3007beb8
commit cd4d866e9f
1 changed files with 0 additions and 8 deletions

View File

@ -50,17 +50,9 @@ treeinfo ${basearch} platforms ${platforms}
%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}
<% filegraft += " {0}={1}/{0}".format(basename(f), outroot) %>
%endfor
## FIXME: ARM may need some extra boot config