From 3c00b4a1c4765d4eb3495f1027ec675a74abfec0 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 3 Apr 2006 19:11:46 +0000 Subject: [PATCH] - set time zone to UTC --- mkfedora | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mkfedora b/mkfedora index 1eb8847d..411d50ec 100755 --- a/mkfedora +++ b/mkfedora @@ -13,7 +13,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: mkfedora,v 1.4 2006/03/31 00:10:23 mlhuang Exp $ +# $Id: mkfedora,v 1.5 2006/03/31 21:17:49 mlhuang Exp $ # export PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -322,6 +322,12 @@ yum -c $vroot/etc/yum.conf --installroot=$vroot -y \ # Clean RPM state rm -f $vroot/var/lib/rpm/__db* +# Set time zone to UTC +if [ -f /usr/share/zoneinfo/UTC -a -f /etc/localtime ] ; then + rm -f /etc/localtime + ln -s /usr/share/zoneinfo/UTC /etc/localtime +fi + # Clean up cleanup -- 2.47.0