mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-17 13:04:23 +00:00
Create a symlink to enable kata-addon-mount@coco.service in kata-containers.target.wants during rootfs construction for systemd-based (non-AGENT_INIT) guests. The unit's ConditionPathExists guard ensures it only activates when the virtio-addon-coco block device is actually present in the VM, so enabling it unconditionally in the base image is safe. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: Cursor <cursoragent@cursor.com>