summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-12-05 20:31:27 +0000
committerChris Lumens <clumens@redhat.com>2005-12-05 20:31:27 +0000
commit5c8677cf0268e9762105755a8666b1f690a42523 (patch)
treee24b5982e1b88d39836b753b836ec4165809f2ee /dispatch.py
parent7cbfb22e6ee212ddb93eb5c07027813a2b190f6b (diff)
downloadanaconda-5c8677cf0268e9762105755a8666b1f690a42523.tar.gz
anaconda-5c8677cf0268e9762105755a8666b1f690a42523.tar.xz
anaconda-5c8677cf0268e9762105755a8666b1f690a42523.zip
Didn't mean to commit that.
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 dcbba2c0f..46433a612 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -58,7 +58,6 @@ 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")),
@@ -97,6 +96,7 @@ 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")),