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