summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dispatch.py1
-rw-r--r--installclasses/workstation.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index d2ab04d88..3ceef8720 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -97,6 +97,7 @@ installSteps = [
("accounts", ("id.rootPassword", "id.accounts")),
("authentication", ("id.auth",)),
("readcomps", readPackages, ("intf", "method", "id")),
+ ("chooseyourowndesktop", ("intf", "dispatch")),
("findpackages", upgradeFindPackages, ("intf", "method", "id",
"instPath", "dir")),
("package-selection", ("id.comps", "dispatch")),
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index a049dcb9a..c590b903f 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -44,6 +44,8 @@ class InstallClass(BaseInstallClass):
BaseInstallClass.setSteps(self, dispatch);
dispatch.skipStep("authentication")
+ dispatch.skipStep("chooseyourowndesktop", skip = 0)
+
def setGroupSelection(self, comps):
BaseInstallClass.__init__(self, comps)
self.showGroups(comps, [ "KDE Desktop Environment",