summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-23 20:06:23 +0000
committerMike Fulbright <msf@redhat.com>2002-07-23 20:06:23 +0000
commitd7634cacf02d7c3fb909df970d9fed4f2d8c5008 (patch)
tree96e7d61421a610740af82c6c31c0e11808eb82fd
parent1e3673ee78ae7391f3407f0b69c12bad00722d71 (diff)
downloadanaconda-d7634cacf02d7c3fb909df970d9fed4f2d8c5008.tar.gz
anaconda-d7634cacf02d7c3fb909df970d9fed4f2d8c5008.tar.xz
anaconda-d7634cacf02d7c3fb909df970d9fed4f2d8c5008.zip
make desktopchoice depend on installclass
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 4afba5994..5045e4a73 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")),
- ("desktopchoice", ("intf", "dispatch")),
+ ("desktopchoice", ("intf", "id.instClass", "dispatch")),
("findpackages", upgradeFindPackages, ("intf", "method", "id",
"instPath", "dir")),
("selectlangpackages", selectLanguageSupportGroups, ("id.comps","id.langSupport")),