mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
v2v: windows: Fix rhev-apt command line (RHBZ#1624902).
See: https://bugzilla.redhat.com/show_bug.cgi?id=1584678#c15 Fixes commitbcdbe6405c. However this bug was copied directly from old virt-v2v which did the same thing (from lib/Sys/VirtConvert/Converter/Windows.pm): echo installing rhev-apt >>log.txt "rhev-apt.exe" /S /v /qn >>log.txt Thanks: Lev Veyde (cherry picked from commite12c56176a)
This commit is contained in:
committed by
Pino Toscano
parent
81f35e441d
commit
8a4072c4b1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user