Remove filegraft from arm.tmpl (#1457906)
It isn't used at all, so remove it instead of crashing.
(cherry picked from commit cd4d866e9f
)
This commit is contained in:
parent
efb671e94f
commit
b8550cbfd6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user