Fix bootloader packages for rhel

When using uefi in rhel, the package mapping is incorrect.
We need to add specific grub-efi* mappings to use grub2-efi

Change-Id: I2db96ae85fd5e4638c794015b2f8164c018420e3
This commit is contained in:
Yolanda Robla 2018-06-08 16:45:12 +02:00
parent fc3748f49b
commit bfc60958bf
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
"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": "grub2-tools grub2-efi",
"grub-ppc64": "grub2-tools grub2"
}