diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-25 22:45:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-25 22:45:09 +0000 |
commit | a463145b27a0a8dd537c192a57bf0f6695e16987 (patch) | |
tree | 38d66b310b7064e730e2c2b1a9ba1a8afff5898a /installclasses | |
parent | fd2cee5acdfc6f639faa740d0f781dfe36baab1b (diff) | |
download | anaconda-a463145b27a0a8dd537c192a57bf0f6695e16987.tar.gz anaconda-a463145b27a0a8dd537c192a57bf0f6695e16987.tar.xz anaconda-a463145b27a0a8dd537c192a57bf0f6695e16987.zip |
text mode upgrade appears to work
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/upgradeclass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/upgradeclass.py b/installclasses/upgradeclass.py index 8788d4684..07d940b42 100644 --- a/installclasses/upgradeclass.py +++ b/installclasses/upgradeclass.py @@ -22,6 +22,7 @@ class InstallClass(BaseInstallClass): "welcome", "installtype", "findinstall", + "partitionobjinit", "partitiondone", "addswap", "upgradecontinue", |