search for: 1e058136e

Displaying 2 results from an estimated 2 matches for "1e058136e".

Did you mean: 190581360
2018 Sep 03
0
[PATCH] v2v: windows: Fix rhev-apt command line (RHBZ#1624902).
...irtConvert/Converter/Windows.pm): echo installing rhev-apt >>log.txt "rhev-apt.exe" /S /v /qn >>log.txt Thanks: Lev Veyde --- v2v/convert_windows.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 1e058136e..0346ba4fe 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -347,7 +347,7 @@ echo Wait for PnP to complete @echo off echo installing rhev-apt -\"\\rhev-apt.exe\" /S /v /qn +\"\\rhev-apt.exe\" /S /v/qn echo starting rhev-apt net start rhev-apt -- 2.18....
2018 Jul 19
0
[PATCH] v2v: Model machine type explicitly.
...alloon = kernel.ki_supports_virtio_balloon; gcaps_isa_pvpanic = kernel.ki_supports_isa_pvpanic; + gcaps_machine = machine; gcaps_arch = Utils.kvm_arch inspect.i_arch; gcaps_acpi = acpi; } in diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 163319545..1e058136e 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -212,6 +212,12 @@ let convert (g : G.guestfs) inspect source output rcaps = warning (f_"this guest has Anti-Virus (AV) software and a new virtio block device driver was installed. In some circumstances, AV may preven...