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