Re: [Libguestfs] [PATCH v2 11/11] v2v: improve initrd search

2016-05-20 Thread Richard W.M. Jones
On Wed, May 18, 2016 at 02:00:59PM +0200, Cédric Bosdonnat wrote: > To make sure we can also find the initrd on openSUSE and SLES, we need two > improvements: > * the initrd filename may not end with '.img' > * don't use the version + release from the RPM data, rather from the >

[Libguestfs] [PATCH v2 11/11] v2v: improve initrd search

2016-05-18 Thread Cédric Bosdonnat
To make sure we can also find the initrd on openSUSE and SLES, we need two improvements: * the initrd filename may not end with '.img' * don't use the version + release from the RPM data, rather from the /lib/modules// path as we need to find it out anyway. --- v2v/convert_linux.ml | 10