summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-12-05 20:29:17 +0000
committerChris Lumens <clumens@redhat.com>2005-12-05 20:29:17 +0000
commit7cbfb22e6ee212ddb93eb5c07027813a2b190f6b (patch)
tree790a902927cbf7258ed4a92cb6b84ebcd69270c3 /dispatch.py
parent19577a610fd33e23b9b07082086c31f1b00da273 (diff)
downloadanaconda-7cbfb22e6ee212ddb93eb5c07027813a2b190f6b.tar.gz
anaconda-7cbfb22e6ee212ddb93eb5c07027813a2b190f6b.tar.xz
anaconda-7cbfb22e6ee212ddb93eb5c07027813a2b190f6b.zip
Add some additional SELinux-related programs and an /etc/shells to get
semodule working again.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 46433a612..dcbba2c0f 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -58,6 +58,7 @@ log = logging.getLogger("anaconda")
# in the second case, the function is called directly from the dispatcher
installSteps = [
+ ("timezone", ("id.instLanguage", "id.timezone")),
("welcome", ()),
("betanag", betaNagScreen, ("intf", "dir")),
("language", ("intf", "id.instLanguage")),
@@ -96,7 +97,6 @@ installSteps = [
"id.diskset")),
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
("network", ("id.network", "dir", "intf", "id")),
- ("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("intf", "id.rootPassword")),
("reposetup", doRepoSetup, ("backend","intf", "instPath")),
("basepkgsel", doBasePackageSelect, ("backend","id.instClass")),