[Libosinfo] [PATCH 1/2] fedora: Don't set timezone to UTC
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Fri Apr 26 19:47:56 UTC 2013
From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
--utc argument of timezone command is to set the clock to UTC, which is
not what we want.
---
data/install-scripts/fedora.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/install-scripts/fedora.xml b/data/install-scripts/fedora.xml
index 6c9bfa8..11dd541 100644
--- a/data/install-scripts/fedora.xml
+++ b/data/install-scripts/fedora.xml
@@ -107,7 +107,7 @@ authconfig --enableshadow --enablemd5
<xsl:if test="os/version > 1">
selinux --enforcing
</xsl:if>
-timezone --utc <xsl:value-of select="config/l10n-timezone"/>
+timezone <xsl:value-of select="config/l10n-timezone"/>
bootloader --location=mbr
zerombr <xsl:if test="os/version < 14">yes</xsl:if>
--
1.8.1.4
More information about the Libosinfo
mailing list