[node-patches] Change in ovirt-node[master]: Regenerate efiboot.img after we write our grub config

rbarry at redhat.com rbarry at redhat.com
Wed Feb 3 13:55:49 UTC 2016


Ryan Barry has uploaded a new change for review.

Change subject: Regenerate efiboot.img after we write our grub config
......................................................................

Regenerate efiboot.img after we write our grub config

To ensure that RHEV's GRUB config makes it onto the image instead
of the default livecd-creator boot options for EFI, call mkefiboot
ourselves.

Change-Id: I3846d19bd7d18b69825b1171720d2682b8778ba3
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1302629
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M recipe/common-efi.ks.in
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/52/53052/1

diff --git a/recipe/common-efi.ks.in b/recipe/common-efi.ks.in
index d52eeb7..1a3cd91 100644
--- a/recipe/common-efi.ks.in
+++ b/recipe/common-efi.ks.in
@@ -75,3 +75,6 @@
 EOF
 fi
 cp $LIVE_ROOT/EFI/BOOT/BOOTX64.conf $LIVE_ROOT/EFI/BOOT/grub.cfg
+
+PATH=${PATH}:$INSTALL_ROOT/usr/bin:$INSTALL_ROOT/usr/sbin /usr/sbin/mkefiboot $LIVE_ROOT/EFI/BOOT $LIVE_ROOT/isolinux/efiboot.img
+


-- 
To view, visit https://gerrit.ovirt.org/53052
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3846d19bd7d18b69825b1171720d2682b8778ba3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list