diskimage-builder/diskimage_builder/elements/grub2/pkg-map
Lon Hohberger 0cf0942068 Use architecture-specific grub2 RPMs on RHEL8
RHEL8 ships a bunch of grub2-efi-X-modules in its main
repository, each of which provides grub2-efi-modules,
potentially causing nondeterminism when building images.

This changes the DIB elements to always use architecture-
specific RPMs when RHEL8 is selected.

Change-Id: If94f3721195d5ecd80036e4234a3ca223a19c349
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1716672
2019-06-06 10:50:51 -04:00

37 lines
860 B
Plaintext

{
"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",
"signed_shim_efi": "shim-signed",
"grub_bios": "grub-pc-bin",
"signed_grub_efi_arm64": "grub-efi-arm64",
"grub_bios_arm64": "grub-efi-arm64-bin"
},
"redhat":{
"signed_grub_efi": "efibootmgr grub2-efi-modules grub2-efi",
"signed_shim_efi": "shim",
"grub_bios": "grub2"
},
"suse":{
"signed_grub_efi": "",
"signed_shim_efi": "",
"grub_bios": "grub2"
}
},
"default":{
"signed_grub_efi": "grub-efi-amd64-signed",
"signed_shim_efi": "shim-signed",
"grub_bios": "grub-pc-bin"
}
}