8cab82bf9d
Similar to https://review.opendev.org/#/c/663693/, the x64 packages should be used for x86 architectures. Change-Id: I5e8a4d58e96d65eb60fc539b8a1d56853b12faac Closes-Bug: 1843820
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-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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|