0cf0942068
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
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
{
|
|
"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": "",
|
|
"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-aarch64": "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"
|
|
}
|
|
}
|