677c158127
* Mon Dec 09 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.4-0] - Fix up QCOM_EMAC config for Fedora (Justin M. Forbes) - wifi: rtl8xxxu: add more missing rtl8192cu USB IDs (Hans de Goede) - Linux v6.12.4 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
42 lines
1016 B
JSON
42 lines
1016 B
JSON
{
|
|
"common": {
|
|
"crashkernel-1536M.addon": [
|
|
"crashkernel=1536M\n"
|
|
],
|
|
"crashkernel-192M.addon": [
|
|
"crashkernel=192M\n"
|
|
],
|
|
"crashkernel-1G.addon": [
|
|
"crashkernel=1G\n"
|
|
],
|
|
"crashkernel-256M.addon": [
|
|
"crashkernel=256M\n"
|
|
],
|
|
"crashkernel-2G.addon": [
|
|
"crashkernel=2G\n"
|
|
],
|
|
"crashkernel-512M.addon": [
|
|
"crashkernel=512M\n"
|
|
],
|
|
"crashkernel-default.addon": [
|
|
"crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\n"
|
|
]
|
|
},
|
|
"virt": {
|
|
"common": {
|
|
"fips-disable.addon": [
|
|
"fips=0\n"
|
|
],
|
|
"fips-enable.addon": [
|
|
"fips=1\n"
|
|
]
|
|
},
|
|
"rhel": {
|
|
"aarch64": {
|
|
"crashkernel-default.addon": [
|
|
"crashkernel=1G-4G:256M,4G-64G:320M,64G-:576M\n"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |