summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-06 23:57:40 +0000
committerbfox <bfox>2001-07-06 23:57:40 +0000
commit6e17768d8280e79e42e581336f80c139fd86a8c2 (patch)
treee9686e891caa172f7c12dc021b3e1aca1a625c47 /instdata.py
parente67a2b149554de57d23be03e79bdd3f441253a67 (diff)
downloadanaconda-6e17768d8280e79e42e581336f80c139fd86a8c2.tar.gz
anaconda-6e17768d8280e79e42e581336f80c139fd86a8c2.tar.xz
anaconda-6e17768d8280e79e42e581336f80c139fd86a8c2.zip
we weren't writing out /etc/sysconfig/clock
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py
index 1ef0ab909..50da3eaa7 100644
--- a/instdata.py
+++ b/instdata.py
@@ -95,6 +95,7 @@ class InstallData:
self.mouse.write(instPath)
self.keyboard.write (instPath)
self.network.write (instPath)
+ self.timezone.write (instPath)
self.auth.write (instPath)
self.firewall.write (instPath)
self.rootPassword.write (instPath, self.auth)