Merge "Use architecture-specific grub2 RPMs on RHEL8"

This commit is contained in:
Zuul 2019-06-18 06:49:35 +00:00 committed by Gerrit Code Review
commit e281c4dae9
2 changed files with 22 additions and 0 deletions

View File

@ -1,4 +1,17 @@
{
"release": {
"rhel": {
"8": {
"extlinux": "syslinux-extlinux",
"grub-pc": "grub2-tools grub2",
"grub-efi-amd64": "grub2-tools 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-ppc64": "grub2-tools grub2"
}
}
},
"family": {
"gentoo": {
"dkms_package": "",

View File

@ -1,4 +1,13 @@
{
"release": {
"rhel": {
"8": {
"signed_grub_efi": "efibootmgr grub2-efi-x64-modules grub2-efi-x64",
"signed_shim_efi": "shim",
"grub_bios": "grub2"
}
}
},
"family":{
"debian":{
"signed_grub_efi": "grub-efi-amd64-signed",