[Libguestfs] virt-v2v and import of Debian OVAs

Emmanuel Kasper manu at debian.org
Thu Feb 23 16:39:48 UTC 2017


On 02/23/2017 05:06 PM, Pino Toscano wrote:
> On Thursday, 23 February 2017 16:47:57 CET Emmanuel Kasper wrote:
>> Is virt-v2v able to import a debian guest from an OVA archive ?
>>
>> According to the "true" in convert_linux.ml, I would have said yes
>>
>>   let matching = function
>>     | { i_type = "linux";
>>         i_distro = ("fedora"
>>                        | "rhel" | "centos" | "scientificlinux" |
>> "redhat-based"
>>                        | "oraclelinux"
>>                        | "sles" | "suse-based" | "opensuse") } -> true
>>     | { i_type = "linux";
>>         i_distro = ("debian" | "ubuntu" | "linuxmint") } -> true
>>     | _ -> false
> 
> This is current master.

you're right sorry for the confusion




More information about the Libguestfs mailing list