distro/rhel86: blacklist skx_edac,intel_cstate kernel modules on azure
Disabled by the MSFT images, we follow suit (really means we don't exactly know why and should find out).
This commit is contained in:
parent
921c67cf1b
commit
dc0ee05bc3
4 changed files with 84 additions and 0 deletions
|
|
@ -2849,6 +2849,30 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"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.sshd.config",
|
||||
"options": {
|
||||
|
|
|
|||
|
|
@ -2846,6 +2846,30 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"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.sshd.config",
|
||||
"options": {
|
||||
|
|
|
|||
|
|
@ -2846,6 +2846,30 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"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.sshd.config",
|
||||
"options": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue