[master/f19-branch][PATCH] s390 doesn't have the hwclock utility (#973999)

Vratislav Podzimek vpodzime at redhat.com
Thu Jun 13 09:26:44 UTC 2013


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/timezone.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyanaconda/timezone.py b/pyanaconda/timezone.py
index f66795c..1dea80b 100644
--- a/pyanaconda/timezone.py
+++ b/pyanaconda/timezone.py
@@ -65,6 +65,10 @@ def time_initialize(timezone, storage, bootloader):
 
     """
 
+    if arch.isS390():
+        # nothing to do on s390 where hwclock doesn't exist
+        return
+
     if not timezone.isUtc:
         # if set in the kickstart, no magic needed here
         threadMgr.wait(THREAD_STORAGE)
-- 
1.7.11.7



More information about the anaconda-patches mailing list