rhel90: add kernel modules for iso

These modules are on the official RHEL 9.0 ISO.  Adding them for feature
parity.
This commit is contained in:
Achilleas Koutsou 2022-07-25 15:52:33 +02:00 committed by Christian Kellner
parent 02bb7a0b4f
commit dc95382ba3
25 changed files with 123 additions and 0 deletions

View file

@ -1058,6 +1058,9 @@ func anacondaTreePipeline(repos []rpmmd.RepoConfig, packages []rpmmd.PackageSpec
"rdma",
"rngd",
})
// drivers / kernel modules to add explicitly for parity with the official
// RHEL 9.0 ISO
dso.AddDrivers = []string{"cuse", "ipmi_devintf", "ipmi_msghandler"}
p.AddStage(osbuild.NewDracutStage(dso))
p.AddStage(osbuild.NewSELinuxConfigStage(&osbuild.SELinuxConfigStageOptions{State: osbuild.SELinuxStatePermissive}))