mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-17 13:04:23 +00:00
The kernel modules images feature requires modprobe and depmod to be available inside the guest VM. Add the kmod package to the Ubuntu, Alpine, and CentOS rootfs package lists. Debian inherits from Ubuntu's config so it picks up kmod automatically. The NVIDIA rootfs already installs kmod separately in nvidia_chroot.sh. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>