arm.tmpl import basename (#1457055)

This commit is contained in:
Brian C. Lane 2017-05-31 08:32:34 -07:00
parent 39e64b627f
commit f3d262c8f7

View File

@ -11,6 +11,8 @@ LORAXDIR="usr/share/lorax/"
# keep a comma-delimited list of platforms installed to add to .treeinfo # keep a comma-delimited list of platforms installed to add to .treeinfo
platforms = "" platforms = ""
delimiter = '' delimiter = ''
from os.path import basename
%> %>
mkdir images mkdir images