summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-10 23:42:56 +0000
committerMike Fulbright <msf@redhat.com>2002-07-10 23:42:56 +0000
commitc0ffcafbff28be2b55c66b77f6977176512b2e17 (patch)
tree71f81ee483f92dea070dc1c2c1d3b978fe6ef9d2 /dispatch.py
parent6ecd7e635798cf869829e6a41dcd9ca890e19a44 (diff)
downloadanaconda-c0ffcafbff28be2b55c66b77f6977176512b2e17.tar.gz
anaconda-c0ffcafbff28be2b55c66b77f6977176512b2e17.tar.xz
anaconda-c0ffcafbff28be2b55c66b77f6977176512b2e17.zip
add workstation customization screen
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 3ceef8720..4bda60f9f 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -97,7 +97,7 @@ installSteps = [
("accounts", ("id.rootPassword", "id.accounts")),
("authentication", ("id.auth",)),
("readcomps", readPackages, ("intf", "method", "id")),
- ("chooseyourowndesktop", ("intf", "dispatch")),
+ ("desktopchoice", ("intf", "dispatch")),
("findpackages", upgradeFindPackages, ("intf", "method", "id",
"instPath", "dir")),
("package-selection", ("id.comps", "dispatch")),