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

Radek Vykydal rvykydal at redhat.com
Thu Jun 13 09:28:52 UTC 2013


ACK.

On 06/13/2013 11:26 AM, Vratislav Podzimek wrote:
> 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)



More information about the anaconda-patches mailing list