[Fedora-spins] [spin-kickstarts] Don't sync the system clock when running live (RHBZ #1018162)

Adam Williamson adamwill at fedoraproject.org
Thu Jun 18 16:30:39 UTC 2015


commit d94b86c88828de9a90ed316a329c557e69317e9a
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Jun 18 09:30:33 2015 -0700

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

 fedora-live-base.ks |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
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
 


More information about the spins mailing list