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
This commit is contained in:
Chris Gianelloni 2007-04-09 14:53:51 +00:00
parent a53048f4a2
commit 29d60cd2e6

View file

@ -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 \