diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-23 20:06:23 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-23 20:06:23 +0000 |
commit | d7634cacf02d7c3fb909df970d9fed4f2d8c5008 (patch) | |
tree | 96e7d61421a610740af82c6c31c0e11808eb82fd /dispatch.py | |
parent | 1e3673ee78ae7391f3407f0b69c12bad00722d71 (diff) | |
download | anaconda-d7634cacf02d7c3fb909df970d9fed4f2d8c5008.tar.gz anaconda-d7634cacf02d7c3fb909df970d9fed4f2d8c5008.tar.xz anaconda-d7634cacf02d7c3fb909df970d9fed4f2d8c5008.zip |
make desktopchoice depend on installclass
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 2 |
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")), |