From 1cdbd3ef072d3ca25db09e7b7bc4cfe484ac657e Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Aug 04 2016 12:43:46 +0000 Subject: Make sure chronyd runs with the correct config We need to have chronyd start after livesys has finished so that the config for chronyd gets rewritten before it starts. If not it will overwrite the system clock with a time that will be incorrect (US eastern stored as local time instead of UTC) for most people. This fixes bug 1018162. --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 6011fea..6ee8bdc 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -72,7 +72,7 @@ cat > /etc/rc.d/init.d/livesys << EOF # chkconfig: 345 00 99 # description: Init script for live image. ### BEGIN INIT INFO -# X-Start-Before: display-manager +# X-Start-Before: display-manager chronyd ### END INIT INFO . /etc/init.d/functions