summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-06 16:53:49 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-06 16:53:49 +0000
commitcc2f84605e884d6e1d5c4019c510e8e041c7c0eb (patch)
treec211b2132c653a525e05965c79f4850b112e9b5c /dispatch.py
parentc504d387082bd0c478a467cbcfbdbbe547df5844 (diff)
downloadanaconda-cc2f84605e884d6e1d5c4019c510e8e041c7c0eb.tar.gz
anaconda-cc2f84605e884d6e1d5c4019c510e8e041c7c0eb.tar.xz
anaconda-cc2f84605e884d6e1d5c4019c510e8e041c7c0eb.zip
reenable language support screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/dispatch.py b/dispatch.py
index 0b3bb5e00..9cf3e6d15 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -88,10 +88,7 @@ installSteps = [
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
("network", ("id.network", "dispatch", "intf")),
("firewall", ("intf", "id.network", "id.firewall")),
-#
-# XXXX - we're removing the language support screen
-#
-# ("languagesupport", ("id.langSupport",)),
+ ("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("id.rootPassword", "id.accounts")),
("authentication", ("id.auth",)),