search for: ba91851

Displaying 2 results from an estimated 2 matches for "ba91851".

Did you mean: 4a91251
2017 Feb 24
3
[PATCH 1/2] v2v: document Debian/Ubuntu support
--- v2v/virt-v2v.pod | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index 4c7204b..ba91851 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -227,6 +227,10 @@ And hence L<virsh(1)>, L<virt-manager(1)>, and similar tools. =item OpenSUSE 10 and up +=item Debian 6 and up + +=item Ubuntu 10.04, 12.04, 14.04, 16.04, and up + =item Windows XP to Windows 8.1 / Windows Se...
2017 Feb 24
0
[PATCH 2/2] v2v: document Convert_linux as more generic
..."ubuntu" | "linuxmint") } -> true | _ -> false in - Modules_list.register_convert_module matching "enterprise-linux" convert + Modules_list.register_convert_module matching "linux" convert diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index ba91851..3d0eada 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1910,7 +1910,7 @@ virt-v2v binary. Typical output looks like this: [...] output:local [...] - convert:enterprise-linux + convert:linux convert:windows A list of features is printed, one per line, and the program exits --...