mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
systemd: set explicit reference time for NTP
This commit is contained in:
parent
e9a96f2f61
commit
5c8f1516ad
@ -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=
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user