search for: b4b2f24c4

Displaying 1 result from an estimated 1 matches for "b4b2f24c4".

2019 Feb 27
2
[PATCH] v2v: linux: do not uninstall open-vm-tools w/ ubuntu-server
...n do not attempt to uninstall it if ubuntu-server is installed too. Followup of commit 2bebacf8bf611f0f80a66915f78653ce30b38129. --- v2v/convert_linux.ml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index 3d61400b5..b4b2f24c4 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -289,6 +289,18 @@ let convert (g : G.guestfs) inspect source output rcaps = (* Uninstall VMware Tools. *) let remove = ref [] and libraries = ref [] in + (* On Ubuntu, the ubuntu-server metapackage depends on + * ope...