summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-01 21:09:23 +0000
committerChris Lumens <clumens@redhat.com>2005-04-01 21:09:23 +0000
commit7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d (patch)
treed4952d8f308fc86705178dae490487ee7afd70d8 /dispatch.py
parente7792dc4e78a5f1a4b4263e50e95dffabd42089f (diff)
downloadanaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.tar.gz
anaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.tar.xz
anaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.zip
Removed language_support_gui.py and all references to it, since we were
already skipping that step. Bump version.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 25a122346..f203326bc 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -102,7 +102,6 @@ installSteps = [
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
("network", ("id.network", "dir", "intf", "id")),
("firewall", ("intf", "id.network", "id.firewall", "id.security")),
- ("languagesupport", ("id.instLanguage",)),
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("intf", "id.rootPassword")),
("authentication", ("id.auth",)),