distro/rhel84/qcow2: add net-tools

cloud-init not longer depends on net-tools, so we need to add in the dependency explicitly.

We aimed for the qcow2 to be equivalent to the RHEL8.4 qcow2 produced by imagefactory. However, we missed this unintended change from RHEL8.3.
This commit is contained in:
Tom Gundersen 2021-03-12 11:13:32 +00:00
parent 661b2a0be0
commit b159a281b9

View file

@ -999,6 +999,7 @@ func newDistro(isCentos bool) distro.Distro {
"dracut-norescue",
"insights-client",
"NetworkManager",
"net-tools",
"nfs-utils",
"oddjob",
"oddjob-mkhomedir",