Install systemd-timesyncd explicitly (fixes: #58).

It used to be pulled this way (up to Bullseye), via systemd:

    Depends: […] systemd-timesyncd | time-daemon […]

Starting with Bookworm, this was downgraded to:

    Recommends: […] systemd-timesyncd | time-daemon

Install it all the time: NTP support is important on Raspberry Pi
devices, which usually don't feature an RTC.

But be careful since Buster had systemd itself provide that feature (no
separate systemd-timesyncd package yet).

Thanks, David Tomaschik!
This commit is contained in:
Cyril Brulebois
2021-12-08 21:18:14 +01:00
parent 53b35993c7
commit 96ac1dcec7
2 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ steps:
- parted
- ssh
- wpasupplicant
- __SYSTEMD_TIMESYNCD__
- __LINUX_IMAGE__
- __RASPI_FIRMWARE__
- __WIRELESS_FIRMWARE__