diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index 3489c6bb5..18fb64fd4 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -74,6 +74,7 @@ let rec convert ?(keep_serial_console = true) verbose (g : G.guestfs) let family = match inspect.i_distro with + | "fedora" | "rhel" | "centos" | "scientificlinux" | "redhat-based" -> `RHEL_family | "sles" | "suse-based" | "opensuse" -> `SUSE_family | _ -> assert false in