summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-14 22:07:25 +0000
committerMatt Wilson <msw@redhat.com>2001-08-14 22:07:25 +0000
commit4908b7ca77ad2979337e802ccde43a9df3a7e997 (patch)
treeb5ec119a565193055f045ce8e7825a1cef8f0267 /installclasses
parente543d309588e8330246b471eaa5152c425d72316 (diff)
downloadanaconda-4908b7ca77ad2979337e802ccde43a9df3a7e997.tar.gz
anaconda-4908b7ca77ad2979337e802ccde43a9df3a7e997.tar.xz
anaconda-4908b7ca77ad2979337e802ccde43a9df3a7e997.zip
actually get the right packages to upgrade
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/upgradeonly.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/installclasses/upgradeonly.py b/installclasses/upgradeonly.py
index 638386cd6..717f34139 100644
--- a/installclasses/upgradeonly.py
+++ b/installclasses/upgradeonly.py
@@ -26,7 +26,8 @@ class InstallClass(BaseInstallClass):
"bootloadersetup",
"bootloader",
"bootloaderpassword",
- "readcomps",
+ "readcomps",
+ "findpackages",
"checkdeps",
"dependencies",
"confirmupgrade",