diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-05 19:49:19 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-05 19:49:19 +0000 |
commit | 2072ef40b48c36ef346786959953c079f61ce25e (patch) | |
tree | e0857eec063fd7a6504130e650314888c94fd84d /installclass.py | |
parent | fc51b57d4e2f0ef85ec99229256294dc869f474a (diff) | |
download | anaconda-2072ef40b48c36ef346786959953c079f61ce25e.tar.gz anaconda-2072ef40b48c36ef346786959953c079f61ce25e.tar.xz anaconda-2072ef40b48c36ef346786959953c079f61ce25e.zip |
first pass upgrade autodetection. the ui still needs a little work, but it
seems to work reasonably well.
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index 480bd4781..0f69f8d6f 100644 --- a/installclass.py +++ b/installclass.py @@ -86,6 +86,7 @@ class BaseInstallClass: "keyboard", "mouse", "welcome", + "findrootparts", "betanag", "installtype", "partitionmethod", |