summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
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 3a7dc1af4..b773404dd 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -76,6 +76,7 @@ installSteps = [
("network", ),
("timezone", ),
("accounts", ),
+ ("setuptime", setupTimezone, ),
("partitionobjinit", partitionObjectsInitialize, ),
("parttype", ),
("autopartitionexecute", doAutoPartition, ),
@@ -99,7 +100,6 @@ installSteps = [
("group-selection", ),
("postselection", doPostSelection, ),
("install", ),
- ("setuptime", setupTimezone, ),
("preinstallconfig", doPreInstall, ),
("installpackages", doInstall, ),
("postinstallconfig", doPostInstall, ),