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:
parent
84b01a9684
commit
774dd2d5cc
@ -26,6 +26,7 @@ _lxc_hosts_distro_packages:
|
|||||||
- dbus
|
- dbus
|
||||||
- debootstrap
|
- debootstrap
|
||||||
- dnsmasq-base
|
- dnsmasq-base
|
||||||
|
- e2fsprogs
|
||||||
- git
|
- git
|
||||||
- gzip
|
- gzip
|
||||||
- iptables
|
- iptables
|
||||||
|
@ -23,6 +23,7 @@ _lxc_centos_package_key: "https://download.copr.fedorainfracloud.org/results/nei
|
|||||||
_lxc_hosts_distro_packages:
|
_lxc_hosts_distro_packages:
|
||||||
- dbus
|
- dbus
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
|
- e2fsprogs
|
||||||
- git
|
- git
|
||||||
- iptables
|
- iptables
|
||||||
- libseccomp
|
- libseccomp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user