diff options
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 4 |
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", |