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

fabiand at redhat.com fabiand at redhat.com
Fri Feb 12 11:57:41 UTC 2016


Fabian Deutsch 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 Node'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/67/53467/1

diff --git a/recipe/common-efi.ks.in b/recipe/common-efi.ks.in
index 6ee816c..ab73dd5 100644
--- a/recipe/common-efi.ks.in
+++ b/recipe/common-efi.ks.in
@@ -85,3 +85,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/53467
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3846d19bd7d18b69825b1171720d2682b8778ba3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list