search for: 1db3c0ea6

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

2019 Feb 14
2
[PATCH] v2v: windows: save log file from rhev-apt installer
...e spaces in path name properly. Hopefully this can help resolve RHBZ#1584678 someday. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- 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 1db3c0ea6..7ea56592c 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -378,7 +378,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 /v/l*vx \"/v\\\"%cd%\\rhev-apt.log\\\"\&q...
2019 Mar 25
0
Re: [PATCH] v2v: windows: save log file from rhev-apt installer
...ly this can help resolve RHBZ#1584678 someday. > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > --- > 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 1db3c0ea6..7ea56592c 100644 > --- a/v2v/convert_windows.ml > +++ b/v2v/convert_windows.ml > @@ -378,7 +378,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 /v/l*vx \"/...