summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-05 19:49:19 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-05 19:49:19 +0000
commit2072ef40b48c36ef346786959953c079f61ce25e (patch)
treee0857eec063fd7a6504130e650314888c94fd84d /dispatch.py
parentfc51b57d4e2f0ef85ec99229256294dc869f474a (diff)
downloadanaconda-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 'dispatch.py')
-rw-r--r--dispatch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index cb6655345..de77aec42 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -54,9 +54,9 @@ installSteps = [
("language", ("intf", "id.instLanguage")),
("keyboard", ("id.instLanguage.getDefaultKeyboard()", "id.keyboard", "id.xconfig")),
("mouse", ("id.mouse",)),
- ("installtype", ("dispatch", "id", "method", "intf")),
- ("findrootparts", findRootParts, ("intf", "id", "dir", "instPath")),
+ ("findrootparts", findRootParts, ("intf", "id", "dispatch", "dir", "instPath")),
("findinstall", ("dispatch", "intf", "id", "instPath")),
+ ("installtype", ("dispatch", "id", "method", "intf")),
("partitionmethod", ("id.partitions", "id.instClass")),
("partitionobjinit", partitionObjectsInitialize, ("id.diskset",
"id.partitions",