From d94b86c88828de9a90ed316a329c557e69317e9a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jun 18 2015 16:30:33 +0000 Subject: Don't sync the system clock when running live (RHBZ #1018162) --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 9aeeeb8..7e8e4fa 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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