fixup: instantiate TreeBuilder correctly
This commit is contained in:
parent
4cc05f995b
commit
0a2df6bda9
@ -290,7 +290,7 @@ class Lorax(BaseLoraxClass):
|
|||||||
create_runtime(self.installtree.root, runtimedir)
|
create_runtime(self.installtree.root, runtimedir)
|
||||||
|
|
||||||
logger.info("preparing to build output tree and boot images")
|
logger.info("preparing to build output tree and boot images")
|
||||||
treebuilder = TreeBuilder(product, arch,
|
treebuilder = TreeBuilder(self.product, self.arch,
|
||||||
self.installtree.root, self.outputdir)
|
self.installtree.root, self.outputdir)
|
||||||
|
|
||||||
# TODO: different image styles may do this part differently
|
# TODO: different image styles may do this part differently
|
||||||
|
Loading…
Reference in New Issue
Block a user