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:
parent
661b2a0be0
commit
b159a281b9
1 changed files with 1 additions and 0 deletions
|
|
@ -999,6 +999,7 @@ func newDistro(isCentos bool) distro.Distro {
|
|||
"dracut-norescue",
|
||||
"insights-client",
|
||||
"NetworkManager",
|
||||
"net-tools",
|
||||
"nfs-utils",
|
||||
"oddjob",
|
||||
"oddjob-mkhomedir",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue