diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index 8771869fb..b1ae2f220 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -1055,6 +1055,8 @@ let () = | "rhel" | "centos" | "scientificlinux" | "redhat-based" | "oraclelinux" | "sles" | "suse-based" | "opensuse") } -> true + | { i_type = "linux"; + i_distro = ("debian" | "ubuntu" | "linuxmint") } -> true | _ -> false in Modules_list.register_convert_module matching "enterprise-linux" convert