[Libguestfs] [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support

Mike Latimer mlatimer at suse.com
Wed Oct 16 17:58:16 UTC 2013


On Friday, October 11, 2013 07:05:25 PM Mike Latimer wrote:
> +        # Add grub or grub2 files to the checklist
> +        if (defined($grub->{grub_conf})) {
> +            push (@checklist, "/files$grub->{grub_conf}*/kernel/root");
> +            push (@checklist, "/files$grub->{grub_conf}*/kernel/resume");

The above two lines should actually be:

 +            push (@checklist, "/files$grub->{grub_conf}/*/kernel/root");
 +            push (@checklist, "/files$grub->{grub_conf}/*/kernel/resume");

Let me know any thoughts you might have on this patch in general. I'll post 
the full patchset (including changes to virt-v2v.db), once we work out any 
additional issues.

Thanks,
Mike




More information about the Libguestfs mailing list