Joey Boggs 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: Joey Boggs: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/18343 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I761ac056f4a168eefbc49319c0ff66239a9ded38 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Joey Boggs <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
