hadong has posted comments on this change.

Change subject: find_grub_cfg(): Add elif statement to get correct cfg_path for 
efi_boot
......................................................................


Patch Set 8:

Hey Fabian,
actually the the grub/grub2 subdirs will be catch in the follow code in line 
842-845:
for dirName, subdirList, fileList in os.walk(cfg_path):
    for f in fileList:
        if f.endswith(".conf") or f.endswith(".cfg"):
            cfg = "%s/%s" % (dirName, f)

-- 
To view, visit http://gerrit.ovirt.org/26418
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I299fb4906d8d2e947130daea1de570a9347bb202
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <[email protected]>
Gerrit-Reviewer: Fabian Deutsch <[email protected]>
Gerrit-Reviewer: Joey Boggs <[email protected]>
Gerrit-Reviewer: Ryan Barry <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: hadong <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
node-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to