[PATCH] Apply the timezone and NTP configuration (#985566)

Vratislav Podzimek vpodzime at redhat.com
Thu Sep 5 10:17:18 UTC 2013


From: Hans de Goede <hdegoede at redhat.com>

---
 initial_setup/__main__.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/initial_setup/__main__.py b/initial_setup/__main__.py
index 8719a72..55cce93 100644
--- a/initial_setup/__main__.py
+++ b/initial_setup/__main__.py
@@ -106,11 +106,10 @@ if ret == False:
 # Do not execute sections that were part of the original
 # anaconda kickstart file (== have .seen flag set)
 
-sections = [data.keyboard, data.lang]
+sections = [data.keyboard, data.lang, data.timezone]
 
 # data.selinux
 # data.firewall
-# data.timezone
 
 for section in sections:
     if section.seen:
-- 
1.7.11.7



More information about the anaconda-patches mailing list