diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 04:56:18 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 04:56:18 +0000 |
commit | 0ff1cde7cdb63ce4c5ff24bc2ee0edfe2ee31a9c (patch) | |
tree | 5b6610d897c6f9f00042ed9cc83e49f31235b338 /upgradeclass.py | |
parent | 84a52e618c99a2579d5203792081bd916585c70c (diff) | |
download | anaconda-0ff1cde7cdb63ce4c5ff24bc2ee0edfe2ee31a9c.tar.gz anaconda-0ff1cde7cdb63ce4c5ff24bc2ee0edfe2ee31a9c.tar.xz anaconda-0ff1cde7cdb63ce4c5ff24bc2ee0edfe2ee31a9c.zip |
more fixups for upgrades
Diffstat (limited to 'upgradeclass.py')
-rw-r--r-- | upgradeclass.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgradeclass.py b/upgradeclass.py index 8dff1d6aa..4d758f46c 100644 --- a/upgradeclass.py +++ b/upgradeclass.py @@ -22,10 +22,10 @@ class InstallClass(BaseInstallClass): "welcome", "installtype", "findinstall", + "partitiondone", "addswap", "upgradecontinue", "readcomps", -# "indivpackage", "findpackages", "bootloader", "checkdeps", |