--- src/pylorax/yumhelper.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/pylorax/yumhelper.py b/src/pylorax/yumhelper.py index d0f9087..04ad140 100644 --- a/src/pylorax/yumhelper.py +++ b/src/pylorax/yumhelper.py @@ -41,12 +41,6 @@ class LoraxYumHelper(object): def __init__(self, ybo): self.ybo = ybo - - # create our own installroot, the pungi one may be poluted - installroot = joinpaths(self.ybo.conf.installroot, "installroot") - os.makedirs(installroot) - self.ybo.conf.installroot = installroot - self.installroot = self.ybo.conf.installroot self.installed_packages = self.get_packages("installed") -- 1.7.3.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list