OSCIED icon indicating copy to clipboard operation
OSCIED copied to clipboard

Charms : Add timezone option in config.yaml, then set timezone !

Open davidfischer-ch opened this issue 11 years ago • 0 comments

TIMEZONE='Europe/Zurich'

echo "$TIMEZONE" > /etc/timezone
mv /etc/localtime /etc/localtime.old
cp -f "/usr/share/zoneinfo/$TIMEZONE" /etc/localtime
ntpdate 0.pool.ntp.org

http://askubuntu.com/questions/184550/post-deploy-maas-cleanup http://www.hypexr.org/linux_date_time_help.php

davidfischer-ch avatar May 15 '13 19:05 davidfischer-ch