distro/rhel-9: remove nvmf dracut module from image-installer

The module is not present in official RHEL-9.1 ISO image and it is
causing boot issues when used with newer content. HTTP boot is
not affected by this change and works as expected.
This commit is contained in:
Jakub Rusz 2022-08-17 10:21:11 +02:00 committed by Achilleas Koutsou
parent 65ef1b2e78
commit e9a1e66cbe
26 changed files with 0 additions and 482 deletions

View file

@ -1223,7 +1223,6 @@ func anacondaPackageSet(t *imageType) rpmmd.PackageSet {
"nmap-ncat",
"nm-connection-editor",
"nss-tools",
"nvme-cli", // for nvmf dracut module
"openssh-clients",
"openssh-server",
"oscap-anaconda-addon",

View file

@ -1067,7 +1067,6 @@ func anacondaTreePipeline(repos []rpmmd.RepoConfig, packages []rpmmd.PackageSpec
"multipath",
"nfs",
"nvdimm", // non-volatile DIMM firmware (provides nfit, cuse, and nd_e820)
"nvmf",
"rdma",
"rngd",
})