David Beitey
David Beitey
@kamel83 Thanks for the suggestion; turns out the RTC module isn't needed. I ended up adding a `ntpd -q -n -p time.google.com && hwclock -t` call into `02-ntpd` script immediately...
Thanks @BlaY0, I've switched to using `modprobe snx_rtc && hwclock -s && modprobe -r snx_rtc` instead within the `ntpd` script. Much faster on boot!
@tam481 That date/time in the year 2000 is the default set in the hardware RTC. `ntpd` will correct it when `ntpd` is started and time has synced. Try doing a...