summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-23 21:14:20 +0000
committerChris Lumens <clumens@redhat.com>2005-03-23 21:14:20 +0000
commit68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b (patch)
tree4987450ced01aa3227df29c6787225681ca6df1e /dispatch.py
parent9e822d2730b96fb9a418070dce1138cc5fbafecd (diff)
downloadanaconda-68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b.tar.gz
anaconda-68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b.tar.xz
anaconda-68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b.zip
Combined Language and InstallTimeLanguage in language.py into a single
class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/dispatch.py b/dispatch.py
index 42618cee1..ffd5c55cd 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -102,7 +102,7 @@ installSteps = [
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
("network", ("id.network", "dir", "intf", "id")),
("firewall", ("intf", "id.network", "id.firewall", "id.security")),
- ("languagesupport", ("id.langSupport",)),
+ ("languagesupport", ("id.instLanguage",)),
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("intf", "id.rootPassword")),
("authentication", ("id.auth",)),
@@ -110,8 +110,8 @@ installSteps = [
("desktopchoice", ("intf", "id.instClass", "dispatch", "id.grpset")),
("findpackages", upgradeFindPackages, ("intf", "method", "id",
"instPath", "dir")),
- ("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.langSupport")),
- ("package-selection", ("id.grpset", "id.langSupport", "id.instClass", "dispatch")),
+ ("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.instLanguage")),
+ ("package-selection", ("id.grpset", "id.instLanguage", "id.instClass", "dispatch")),
("indivpackage", ("id.grpset",)),
("handleX11pkgs", handleX11Packages, ("dir", "intf", "dispatch",
"id", "instPath")),
@@ -137,7 +137,7 @@ installSteps = [
("writeconfig", writeConfiguration, ("id", "instPath")),
("firstboot", firstbootConfiguration, ("id", "instPath")),
("instbootloader", writeBootloader, ("intf", "instPath", "id.fsset",
- "id.bootloader", "id.langSupport",
+ "id.bootloader", "id.instLanguage",
"id.grpset")),
("bootdisk", ("dir", "dispatch", "id.fsset")),
("makebootdisk", makeBootdisk, ("intf", "dir", "id.floppyDevice",