mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
v2v: linux: enable conversion of Debian guests
A basic conversion of Debian-based guests works now; it needs more thorough testing for all the operations done with different sources.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user