Write the grub.conf after setting up the new EFI bootloader (#741994))
From: "Brian C. Lane" <bcl@redhat.com>
On EFI the grub.conf includes a device mapping line that ensures that
hd(x,y) points to the right device. This information is pulled from
efibootmgr -v, so the new entry needs to be made before writing
grub.conf on EFI, not after.
NOTE: Tested and confirmed via program.log and efibootmgr -v after install
---
pyanaconda/bootloader.py | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)