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:
parent
fc3748f49b
commit
bfc60958bf
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user