Merge "Use architecture-specific grub2 RPMs on RHEL8"
This commit is contained in:
commit
e281c4dae9
@ -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": {
|
"family": {
|
||||||
"gentoo": {
|
"gentoo": {
|
||||||
"dkms_package": "",
|
"dkms_package": "",
|
||||||
|
@ -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":{
|
"family":{
|
||||||
"debian":{
|
"debian":{
|
||||||
"signed_grub_efi": "grub-efi-amd64-signed",
|
"signed_grub_efi": "grub-efi-amd64-signed",
|
||||||
|
Loading…
Reference in New Issue
Block a user