David Personette writes: > The simplest solution seems to be to cache a lookup of pool.ntp.org. It would > only need to be used if the normal DNS target for ntpdate fails. Once time is > set, we can update the cached values of the pool once again (if they've > changed). Hmm, I suppose a solution could be to create a script that queries pool.ntp.org and stores it in /etc/hosts (or the dnsmasq config) as 'cached.pool.ntp.org' or similar, and then configure that as an NTP server. And then have the script run periodically, and also at image build time? -Toke