summaryrefslogtreecommitdiffstats
path: root/upgradeclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-22 04:34:03 +0000
committerMatt Wilson <msw@redhat.com>2001-06-22 04:34:03 +0000
commit84a52e618c99a2579d5203792081bd916585c70c (patch)
tree106d75f78581777fae1b415f9d59b654c66d66d4 /upgradeclass.py
parent2f877812ad4dde15b825bed82c602e800a1d35ef (diff)
downloadanaconda-84a52e618c99a2579d5203792081bd916585c70c.tar.gz
anaconda-84a52e618c99a2579d5203792081bd916585c70c.tar.xz
anaconda-84a52e618c99a2579d5203792081bd916585c70c.zip
completed most heavy lifting to get upgrades back in place. Still need to finish fixing up swap file creation and do text mode.
Diffstat (limited to 'upgradeclass.py')
-rw-r--r--upgradeclass.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/upgradeclass.py b/upgradeclass.py
index f8d8d4edd..8dff1d6aa 100644
--- a/upgradeclass.py
+++ b/upgradeclass.py
@@ -24,12 +24,16 @@ class InstallClass(BaseInstallClass):
"findinstall",
"addswap",
"upgradecontinue",
- "indivpackage",
+ "readcomps",
+# "indivpackage",
+ "findpackages",
"bootloader",
+ "checkdeps",
"dependencies",
"monitor",
"confirminstall",
"install",
+ "instbootloader",
"bootdisk",
"complete"
)