distro/rhel90: remove skx_edac, intel_cstate from denylist again
In commit 5c1530e we disabled `skx_edac` and `intel_cstate` but
after further consultation with Prarit Bhargava it was agreed that
for RHEL 9 we should indeed allow them.
This commit is contained in:
parent
968023f950
commit
a1306a122a
3 changed files with 0 additions and 60 deletions
|
|
@ -950,18 +950,6 @@ func newDistro(distroName string) distro.Distro {
|
|||
osbuild.NewModprobeConfigCmdBlacklist("floppy"),
|
||||
},
|
||||
},
|
||||
{
|
||||
Filename: "blacklist-skylake-edac.conf",
|
||||
Commands: osbuild.ModprobeConfigCmdList{
|
||||
osbuild.NewModprobeConfigCmdBlacklist("skx_edac"),
|
||||
},
|
||||
},
|
||||
{
|
||||
Filename: "blacklist-intel-cstate.conf",
|
||||
Commands: osbuild.ModprobeConfigCmdList{
|
||||
osbuild.NewModprobeConfigCmdBlacklist("intel_cstate"),
|
||||
},
|
||||
},
|
||||
},
|
||||
CloudInit: []*osbuild.CloudInitStageOptions{
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2728,30 +2728,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.modprobe",
|
||||
"options": {
|
||||
"filename": "blacklist-skylake-edac.conf",
|
||||
"commands": [
|
||||
{
|
||||
"command": "blacklist",
|
||||
"modulename": "skx_edac"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.modprobe",
|
||||
"options": {
|
||||
"filename": "blacklist-intel-cstate.conf",
|
||||
"commands": [
|
||||
{
|
||||
"command": "blacklist",
|
||||
"modulename": "intel_cstate"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.systemd.unit",
|
||||
"options": {
|
||||
|
|
|
|||
|
|
@ -6914,30 +6914,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.modprobe",
|
||||
"options": {
|
||||
"filename": "blacklist-skylake-edac.conf",
|
||||
"commands": [
|
||||
{
|
||||
"command": "blacklist",
|
||||
"modulename": "skx_edac"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.modprobe",
|
||||
"options": {
|
||||
"filename": "blacklist-intel-cstate.conf",
|
||||
"commands": [
|
||||
{
|
||||
"command": "blacklist",
|
||||
"modulename": "intel_cstate"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.systemd.unit",
|
||||
"options": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue