bfc60958bf
When using uefi in rhel, the package mapping is incorrect. We need to add specific grub-efi* mappings to use grub2-efi Change-Id: I2db96ae85fd5e4638c794015b2f8164c018420e3
33 lines
806 B
Plaintext
33 lines
806 B
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"dkms_package": "",
|
|
"extlinux": "syslinux",
|
|
"grub-pc": "grub",
|
|
"grub-efi": "grub"
|
|
},
|
|
"suse": {
|
|
"dkms_package": "",
|
|
"extlinux": "syslinux",
|
|
"grub-pc": "grub2",
|
|
"grub-efi": "grub2"
|
|
},
|
|
"redhat": {
|
|
"extlinux": "syslinux-extlinux",
|
|
"grub-pc": "grub2-tools grub2",
|
|
"grub-efi-amd64": "grub2-tools grub2-efi grub2-efi-modules",
|
|
"grub-efi-arm64": "grub2-tools grub2-efi grub2-efi-modules",
|
|
"grub-efi": "grub2-tools grub2-efi",
|
|
"grub-ppc64": "grub2-tools grub2"
|
|
}
|
|
},
|
|
"default": {
|
|
"dkms_package": "dkms",
|
|
"extlinux": "extlinux",
|
|
"grub-pc": "grub-pc",
|
|
"grub-efi-amd64": "grub-efi",
|
|
"grub-efi-arm64": "grub-efi-arm64",
|
|
"grub-ppc64": "grub-ieee1275"
|
|
}
|
|
}
|