From 01c026e237312bb4c01e42ac235d1d0a1664c7d2 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Tue, 19 Jul 2011 09:15:19 +0200 Subject: [PATCH] Don't change the installroot (#722481) --- src/pylorax/yumhelper.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pylorax/yumhelper.py b/src/pylorax/yumhelper.py index d0f9087d..04ad1402 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")