[node-patches] Change in ovirt-node[ovirt-3.5]: recipe: Drop EFI support
fabiand at redhat.com
fabiand at redhat.com
Thu Jul 2 08:52:27 UTC 2015
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 <fabiand at fedoraproject.org>
---
M recipe/common-efi.ks.in
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/38/43138/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/43138
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I602c818b9fc7e26f733d52e4ce454267d9b206a6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list