summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-13 22:58:39 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-13 22:58:39 +0000
commitde43b6f4afd0664e6cba0e7dd7db4705bbf4b8b6 (patch)
tree56cbf4933548aa9327fef970284407fed025509c /dispatch.py
parent80ed55f5307310341f3fc088e1a8382f578b9b52 (diff)
downloadanaconda-de43b6f4afd0664e6cba0e7dd7db4705bbf4b8b6.tar.gz
anaconda-de43b6f4afd0664e6cba0e7dd7db4705bbf4b8b6.tar.xz
anaconda-de43b6f4afd0664e6cba0e7dd7db4705bbf4b8b6.zip
set the time up
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index 2f3ffcd32..5956a6f9e 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -26,6 +26,7 @@ from autopart import doAutoPartition
from packages import firstbootConfiguration
from packages import betaNagScreen
from packages import selectLanguageSupportGroups
+from packages import setupTimezone
from partitioning import partitionMethodSetup, partitionObjectsInitialize
from partitioning import partitioningComplete
from floppy import makeBootdisk
@@ -117,6 +118,8 @@ installSteps = [
("migratefilesystems", doMigrateFilesystems, ("dir", "id.fsset",
"id.diskset", "id.upgrade",
"instPath")),
+ ("setuptime", setupTimezone, ("id.timezone", "id.upgrade", "instPath",
+ "dir")),
("preinstallconfig", doPreInstall, ("method", "id", "intf", "instPath",
"dir")),
("installpackages", doInstall, ("method", "id", "intf", "instPath")),