summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-13 22:52:08 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-13 22:52:08 +0000
commit3885156bfb4cbd983327659f8cc1858a67f3761c (patch)
tree5a71826d69599ba2d3590a057adf2c19feb561cf /scripts
parent20ff6987dd6ee72ac2231f927819a65f597645bd (diff)
downloadanaconda-3885156bfb4cbd983327659f8cc1858a67f3761c.tar.gz
anaconda-3885156bfb4cbd983327659f8cc1858a67f3761c.tar.xz
anaconda-3885156bfb4cbd983327659f8cc1858a67f3761c.zip
2006-06-13 Jeremy Katz <katzj@redhat.com>
* scripts/pkgorder (PackageOrderer.setup): More API fixage
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index 260c640b3..901081590 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -41,7 +41,8 @@ class PackageOrderer(YumSorter):
self._installed = PackageSack()
def setup(self, fn="/etc/yum.conf", root="/", excludes=[]):
- self.doConfigSetup(fn, root)
+ self.doStartupConfig(fn, root)
+ self.doConfigSetup()
self.conf.cache = 0
# if hasattr(self.repos, 'sqlite'):
# self.repos.sqlite = False