Fabian Deutsch has posted comments on this change. Change subject: fixing finding default menu entry for 6.6 iso images ......................................................................
Patch Set 3: Code-Review-1 (1 comment) http://gerrit.ovirt.org/#/c/36490/3/tools/edit-node File tools/edit-node: Line 1811: print "Editing Complete" Line 1812: editor._configure_bootloader( Line 1813: editor._LiveImageCreatorBase__isodir) Line 1814: # make sure all bootloader images present even in old images Line 1815: # just by copyin efi boot , it didnt boot mac anyway before If we do not need the macboot image (on which I agree) why do you copy it? Is it needed anywhere? Line 1816: if not os.path.isfile(editor._LiveImageCreatorBase__isodir+"/isolinux/macboot.img"): Line 1817: shutil.copy(editor._LiveImageCreatorBase__isodir+"/isolinux/efiboot.img", Line 1818: editor._LiveImageCreatorBase__isodir+"/isolinux/macboot.img") Line 1819: rebuild_iso_symlinks(editor._LiveImageCreatorBase__isodir) -- To view, visit http://gerrit.ovirt.org/36490 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3b0b93b75ad37ab1a0ccf890739bd692a5f835fe Gerrit-PatchSet: 3 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> Gerrit-Reviewer: Anatoly Litovsky <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
