summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-10 20:15:20 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-10 20:15:20 +0000
commit463fb6a2083890e09dd3675ad7c51146ec68c0d8 (patch)
treeccee581918f9efa89e44a96cbce96b3fa9deef16 /dispatch.py
parent963152dd2f9809f9ba9ae9ae3ce05de6ac668281 (diff)
downloadanaconda-463fb6a2083890e09dd3675ad7c51146ec68c0d8.tar.gz
anaconda-463fb6a2083890e09dd3675ad7c51146ec68c0d8.tar.xz
anaconda-463fb6a2083890e09dd3675ad7c51146ec68c0d8.zip
add choose your own desktop step for workstation. msf is going to write screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 1 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")),