summaryrefslogtreecommitdiffstats
path: root/upgradeclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-07 18:33:14 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-07 18:33:14 +0000
commitfe5969599d313e1fee48c66fcbd21ca1f6355eae (patch)
tree7698b7fb171a39f907ba6d375b85d6ad3d3379d6 /upgradeclass.py
parent9b43592a44183b28909cf54355226e5d740bd3d3 (diff)
downloadanaconda-fe5969599d313e1fee48c66fcbd21ca1f6355eae.tar.gz
anaconda-fe5969599d313e1fee48c66fcbd21ca1f6355eae.tar.xz
anaconda-fe5969599d313e1fee48c66fcbd21ca1f6355eae.zip
2004-11-07 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): Add handleMiscPackages steps. * installclass.py (BaseInstallClass.setSteps): Likewise. * upgradeclass.py (InstallClass.setSteps): Likewise. * packages.py (handleMiscPackages): Add a step to do all of the miscellaneous package selection based on installer selections instead of doing them in doPreInstall so that our needed CD list is correct (#122017)
Diffstat (limited to 'upgradeclass.py')
-rw-r--r--upgradeclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgradeclass.py b/upgradeclass.py
index f7ebaeac8..c40bfafa0 100644
--- a/upgradeclass.py
+++ b/upgradeclass.py
@@ -30,6 +30,7 @@ class InstallClass(BaseInstallClass):
"readcomps",
"findpackages",
"upgbootloader",
+ "handlemiscpkgs",
"checkdeps",
"dependencies",
"confirmupgrade",