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:
Christian Kellner 2022-05-31 18:17:23 +02:00 committed by Tom Gundersen
parent 968023f950
commit a1306a122a
3 changed files with 0 additions and 60 deletions

View file

@ -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{
{

View file

@ -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": {

View file

@ -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": {