summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 8513c5b5b..841c3f2c7 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -101,7 +101,7 @@ installSteps = [
("accounts", ("intf", "id.rootPassword")),
("reposetup", doRepoSetup, ("backend","intf", "id", "instPath")),
("basepkgsel", doBasePackageSelect, ("backend","id.instClass")),
- ("tasksel", ("intf", "backend", "dispatch")),
+ ("tasksel", ("intf", "backend", "dispatch", "id.instClass")),
("group-selection", ("backend", "intf")),
("postselection", doPostSelection, ("backend", "intf", "id", "instPath")),
#("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.instLanguage")),