summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-22 01:37:38 +0000
committerMatt Wilson <msw@redhat.com>2001-06-22 01:37:38 +0000
commit2f877812ad4dde15b825bed82c602e800a1d35ef (patch)
treec702b993b07e70bda7ef2ae75aa779d2bfd7bfb3 /dispatch.py
parentfaec668c85c1c079fa697b5ec5378ad6e4bbf338 (diff)
downloadanaconda-2f877812ad4dde15b825bed82c602e800a1d35ef.tar.gz
anaconda-2f877812ad4dde15b825bed82c602e800a1d35ef.tar.xz
anaconda-2f877812ad4dde15b825bed82c602e800a1d35ef.zip
first pass at getting things in alignment for gui upgrades. Should only affect upgrades, not installs
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index bdcb64c7b..c1e451bf1 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -47,6 +47,9 @@ installSteps = [
( "reconfigwelcome", () ),
( "reconfigkeyboard", ("id.instLanguage", "id.keyboard" ) ),
( "installtype", ("dispatch", "id", "method", "intf") ),
+ ( "findinstall", ("dispatch", "intf", "id", "instPath") ),
+ ( "upgradecontinue", queryUpgradeContinue, ("intf", "dir")),
+ ( "addswap", ("dispatch", "intf", "id.fsset", "id.diskset", "instPath") ),
( "partition", ("id.fsset", "id.diskset", "id.partrequests", "intf")),
( "partitiondone", partitioningComplete, ("dispatch", "id.bootloader",
"id.fsset", "id.diskset" ) ),
@@ -58,7 +61,6 @@ installSteps = [
( "accounts", ("id.rootPassword", "id.accounts", ) ),
( "authentication", ("id.auth", ) ),
( "readcomps", readPackages, ("intf", "method", "id" )),
- ( "upgradecontinue", queryUpgradeContinue, ("intf", "dir", "dispatch")),
( "package-selection", ("id.comps", "dispatch") ),
( "indivpackage", ("id.comps", "id.hdList", ) ),
( "handleX11pkgs", handleX11Packages, ("dir", "intf", "dispatch",