Don't sync the system clock when running live (RHBZ #1018162)

This commit is contained in:
Adam Williamson 2015-06-18 09:30:33 -07:00
parent 1e408e1110
commit d94b86c888
1 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,9 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
systemctl stop crond.service 2> /dev/null || :
systemctl stop atd.service 2> /dev/null || :
# Don't sync the system clock when running live (RHBZ #1018162)
sed -i 's/rtcsync//' /etc/chrony.conf
# Mark things as configured
touch /.liveimg-configured