diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:21:23 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:21:23 +0000 |
commit | b2fb5b28e1ec5609e03ea5c3cf97fa17e92a6217 (patch) | |
tree | 7cbc30c9e5a1716115b24319b74ba8b49bcee910 /dispatch.py | |
parent | 8f09390089f215a4f79fb353d5fffa9a08ae48a8 (diff) | |
download | anaconda-b2fb5b28e1ec5609e03ea5c3cf97fa17e92a6217.tar.gz anaconda-b2fb5b28e1ec5609e03ea5c3cf97fa17e92a6217.tar.xz anaconda-b2fb5b28e1ec5609e03ea5c3cf97fa17e92a6217.zip |
api change
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py index 525120509..4afba5994 100644 --- a/dispatch.py +++ b/dispatch.py @@ -100,8 +100,8 @@ installSteps = [ ("desktopchoice", ("intf", "dispatch")), ("findpackages", upgradeFindPackages, ("intf", "method", "id", "instPath", "dir")), - ("selectlangpackages", selectLanguageSupportGroups, ("id",)), - ("package-selection", ("id.comps", "dispatch")), + ("selectlangpackages", selectLanguageSupportGroups, ("id.comps","id.langSupport")), + ("package-selection", ("id.comps", "id.langSupport", "id.instClass", "dispatch")), ("indivpackage", ("id.comps", "id.hdList")), ("handleX11pkgs", handleX11Packages, ("dir", "intf", "dispatch", "id", "instPath")), |