From 5c8f1516ad61e60725924c93edf943584961fa64 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 7 Jul 2015 20:35:45 -0700 Subject: [PATCH] systemd: set explicit reference time for NTP --- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index d5332c10d6..cdb62919c0 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -266,6 +266,11 @@ multilib_src_configure() { --with-ntp-servers="0.coreos.pool.ntp.org 1.coreos.pool.ntp.org 2.coreos.pool.ntp.org 3.coreos.pool.ntp.org" + # The CoreOS epoch, Mon Jul 1 00:00:00 UTC 2013. Used by timesyncd + # as a sanity check for the minimum acceptable time. Explicitly set + # to avoid using the current build time. + --with-time-epoch=1372636800 + # no default name servers --with-dns-servers= )