| Index: client/tests/kvm/unattended/win2003-32.sif
|
| diff --git a/client/tests/kvm/unattended/win2003-32.sif b/client/tests/kvm/unattended/win2003-32.sif
|
| index fab2cf552e93b03a5cf6b630d8c95bf9e0728a6c..f58b0b0c29c7e39c0924253909a1d7f17504b322 100644
|
| --- a/client/tests/kvm/unattended/win2003-32.sif
|
| +++ b/client/tests/kvm/unattended/win2003-32.sif
|
| @@ -10,7 +10,6 @@
|
| UnattendSwitch = Yes
|
| CrashDumpSetting = 1
|
| DriverSigningPolicy = ignore
|
| - OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH"
|
| WaitForReboot = no
|
| Repartition = yes
|
|
|
| @@ -57,10 +56,9 @@
|
| YResolution=768
|
|
|
| [GuiRunOnce]
|
| - Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
|
| - Command1="cmd /c sc config TlntSvr start= auto"
|
| - Command2="cmd /c netsh firewall set opmode disable"
|
| - Command3="cmd /c net start telnet"
|
| - Command4="cmd /c E:\setuprss.bat"
|
| - Command5="cmd /c netsh interface ip set address local dhcp"
|
| - Command6="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
|
| + Command0="cmd /c sc config TlntSvr start= auto"
|
| + Command1="cmd /c netsh firewall set opmode disable"
|
| + Command2="cmd /c net start telnet"
|
| + Command3="cmd /c E:\setuprss.bat"
|
| + Command4="cmd /c netsh interface ip set address local dhcp"
|
| + Command5="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
|
|
|