Use the same bootloader pkg-map for all redhat family
The only difference between the rhel and redhat entries is rhel has the extra grub-efi-x86_64 mapping. All redhat family releases would benefit from having this too, so this change removes the whole rhel entry and adds grub-efi-x86_64 to the redhat family. The assumption is that anything which applies to rhel also applies to centos-stream, and in this case doesn't harm centos or fedora either. Change-Id: I0dc44c1f2b57516742f4c3e43cfc8874d6b90fa2
This commit is contained in:
parent
5c1f9a3238
commit
f7ba7ba1de
@ -1,18 +1,4 @@
|
||||
{
|
||||
"release": {
|
||||
"rhel": {
|
||||
"8": {
|
||||
"extlinux": "syslinux-extlinux",
|
||||
"grub-pc": "grub2-tools grub2",
|
||||
"grub-efi-amd64": "grub2-tools grub2-pc grub2-efi-x64 grub2-efi-x64-modules",
|
||||
"grub-efi-arm64": "grub2-tools grub2-efi-aa64 grub2-efi-aa64-modules",
|
||||
"grub-efi-aarch64": "grub2-tools grub2-efi-aa64 grub2-efi-aa64-modules",
|
||||
"grub-efi": "grub2-tools grub2-efi",
|
||||
"grub-efi-x86_64": "grub2-tools grub2-efi-x64 grub2-efi-x64-modules",
|
||||
"grub-ppc64": "grub2-tools grub2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"family": {
|
||||
"gentoo": {
|
||||
"dkms_package": "",
|
||||
@ -36,6 +22,7 @@
|
||||
"grub-efi-arm64": "grub2-tools grub2-efi-aa64 grub2-efi-aa64-modules",
|
||||
"grub-efi-aarch64": "grub2-tools grub2-efi-aa64 grub2-efi-aa64-modules",
|
||||
"grub-efi": "grub2-tools grub2-efi",
|
||||
"grub-efi-x86_64": "grub2-tools grub2-efi-x64 grub2-efi-x64-modules",
|
||||
"grub-ppc64": "grub2-tools grub2"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user