mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
- no need to create `/usr/lib/systemd/systemd` link any more - install `chrony` as extra package and install extra packages in chroot rather than `debootstrap`, because `chrony` provides `time-daemon`, which under 20.04 is provided by `systemd-timesyncd`, which is required by `systemd`, and `debootstrap`'s conflict resolvement can't handle this, but `apt`'s can. Fixes: #2147 Depends-on: github.com/kata-containers/tests#3636 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>