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:
parent
02bb7a0b4f
commit
dc95382ba3
25 changed files with 123 additions and 0 deletions
|
|
@ -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}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue