Displaying 1 result from an estimated 1 matches for "7eef2ab".
2016 Jun 11
0
Re: [PATCH 2/2] v2v: linux: uninstall Parallels tools
...h a script
> that can be used to uninstall them.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> v2v/convert_linux.ml | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
> index 7eef2ab..681466e 100644
> --- a/v2v/convert_linux.ml
> +++ b/v2v/convert_linux.ml
> @@ -694,6 +694,20 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source rcaps =
> ignore (g#command [| "/sbin/chkconfig"; "kudzu"; "off" |])
> )...