From 29d60cd2e6e1b462f21729c7297b57d93f1968f7 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 9 Apr 2007 14:53:51 +0000 Subject: [PATCH] Added sed to fsscript to fix the "Your TIMEZONE in /etc/conf.d/clock is still set to Factory!" error. svn path=/trunk/; revision=322 --- scripts/2007.0/livecd.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/2007.0/livecd.sh b/scripts/2007.0/livecd.sh index e94bfe90..8da27b98 100644 --- a/scripts/2007.0/livecd.sh +++ b/scripts/2007.0/livecd.sh @@ -25,6 +25,11 @@ then /sbin/splash-functions.sh fi +if [[ -e /etc/conf.d/clock ]] +then + sed -i -e 's/#TIMEZONE="Factory"/TIMEZONE="UTC"/' /etc/conf.d/clock +fi + gconftool-2 --direct \ --config-source xml:readwrite:/usr/livecd/gconf/gconf.xml.defaults \ --type string --set /desktop/gnome/background/picture_filename \