Comment 8 for bug 1558166

Revision history for this message
Andreas Ntaflos (daff) wrote :

We work around this problem by disabling the clock setup during installation:

d-i clock-setup/utc boolean true
d-i time/zone string Europe/Vienna
d-i clock-setup/ntp boolean false
d-i clock-setup/ntp-server string pool.ntp.org

And after installation Puppet ensures chrony or ntpd are running.