Fabian Deutsch has submitted this change and it was merged. Change subject: Drop efi_dir_name from ovirtnode/install ......................................................................
Drop efi_dir_name from ovirtnode/install Now that centos has diverged, having a bunch of if/else binary logic around whether it's fedora or "other" doesn't make any sense, since there are 3+ possible options. Derive efi_name from efi_path where it needs to be (where it touches efibootmgr), and replace all substitutions of the dirname based on this with efi_path Change-Id: I993920111b8ce3f1fb4fa16080cbfb79287bd406 Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirtnode/install.py 1 file changed, 18 insertions(+), 24 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/40156 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I993920111b8ce3f1fb4fa16080cbfb79287bd406 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
