Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Drop EFI support ......................................................................
recipe: Drop EFI support EFI did not work correctly on Node because of several issues. With this patch booting an Node iso will fail - as intended. Change-Id: I602c818b9fc7e26f733d52e4ce454267d9b206a6 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1227752 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-efi.ks.in 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/37/43137/1 diff --git a/recipe/common-efi.ks.in b/recipe/common-efi.ks.in index d52eeb7..fa33ac0 100644 --- a/recipe/common-efi.ks.in +++ b/recipe/common-efi.ks.in @@ -75,3 +75,11 @@ EOF fi cp $LIVE_ROOT/EFI/BOOT/BOOTX64.conf $LIVE_ROOT/EFI/BOOT/grub.cfg + + +# +# EFI support was dropped on RHEV-H: +# https://bugzilla.redhat.com/show_bug.cgi?id=1227752 +# And it is now removed from the ISO to save space +# +rm -rvf "$LIVE_ROOT/EFI/" "$LIVE_ROOT/isolinux/efiboot.img" -- To view, visit https://gerrit.ovirt.org/43137 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I602c818b9fc7e26f733d52e4ce454267d9b206a6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
