Ensure e2fsprogs are installed on hosts

During lxc_cache_rootfs we attempt to format sparse file as ext4
so e2fsprogs providing mkfs.ext4 must be present on the system.

Change-Id: Ia0bd1fec072f4b80a61053722e1cb4536f94e095
This commit is contained in:
Dmitriy Rabotyagov 2025-03-05 13:54:09 +01:00
parent 84b01a9684
commit 774dd2d5cc
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ _lxc_hosts_distro_packages:
- dbus
- debootstrap
- dnsmasq-base
- e2fsprogs
- git
- gzip
- iptables

View File

@ -23,6 +23,7 @@ _lxc_centos_package_key: "https://download.copr.fedorainfracloud.org/results/nei
_lxc_hosts_distro_packages:
- dbus
- dnsmasq
- e2fsprogs
- git
- iptables
- libseccomp