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 <[email protected]> --- 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 <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
