Fabian Deutsch has submitted this change and it was merged. Change subject: installer: Fix EFI boot entry removal ......................................................................
installer: Fix EFI boot entry removal Previously removing EFI entries during a reinstall failed due to an incorrect call to efibootmgr. This patch adds a wrapper around efibootmgr and provides an API to add an remove EFI boot entries. This shall prevent incorrect function calls to efibootmgr. The new API is now also used in the legacy (installer) code. Change-Id: I761ac056f4a168eefbc49319c0ff66239a9ded38 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=950553 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/utils/system.py M src/ovirtnode/install.py M src/ovirtnode/ovirtfunctions.py 3 files changed, 142 insertions(+), 24 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19384 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I761ac056f4a168eefbc49319c0ff66239a9ded38 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: node-3.0 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
