summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-21 20:26:39 +0000
committerMike Fulbright <msf@redhat.com>2002-05-21 20:26:39 +0000
commit94a93c4a1ebdf392e035e1d6b5097845a1d1fc44 (patch)
treed456fc84d9260a3ee01ea9e5c62c8ac70788ae2f /dispatch.py
parentaaea112b23ddfd4efc8fcf2ce8ffe0c318adfc9f (diff)
downloadanaconda-94a93c4a1ebdf392e035e1d6b5097845a1d1fc44.tar.gz
anaconda-94a93c4a1ebdf392e035e1d6b5097845a1d1fc44.tar.xz
anaconda-94a93c4a1ebdf392e035e1d6b5097845a1d1fc44.zip
turn off language support screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index b669f4cf5..60107154f 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -88,7 +88,10 @@ installSteps = [
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
("network", ("id.network", "dispatch", "intf")),
("firewall", ("intf", "id.network", "id.firewall")),
- ("languagesupport", ("id.langSupport",)),
+#
+# XXXX - we're removing the language support screen
+#
+# ("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("id.rootPassword", "id.accounts")),
("authentication", ("id.auth",)),