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