Call run() method once we create InstRoot.

This commit is contained in:
David Cantrell 2008-10-09 21:56:56 -10:00
parent c39d130b60
commit f558cfa7f0
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class Lorax:
arch=self.getBuildArch(),
treedir=self.treedir,
updates=self.updates)
self.instroot.run()
def showVersion(self, driver=None):
"""showVersion(driver)