| Index: client/tests/kvm/unattended/win7-64-autounattend.xml
|
| diff --git a/client/tests/kvm/unattended/win7-64-autounattend.xml b/client/tests/kvm/unattended/win7-64-autounattend.xml
|
| index 65873f621795aa8029f60503329e325c7f7dff33..e30e2c797baf714c3181d361e35b8aee0ed350ca 100644
|
| --- a/client/tests/kvm/unattended/win7-64-autounattend.xml
|
| +++ b/client/tests/kvm/unattended/win7-64-autounattend.xml
|
| @@ -156,20 +156,24 @@
|
| <Order>5</Order>
|
| </SynchronousCommand>
|
| <SynchronousCommand wcm:action="add">
|
| - <CommandLine>%WINDIR%\System32\cmd /c E:\setuprss.bat</CommandLine>
|
| + <CommandLine>%WINDIR%\System32\cmd /c bcdedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine>
|
| <Order>6</Order>
|
| </SynchronousCommand>
|
| <SynchronousCommand wcm:action="add">
|
| - <CommandLine>%WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp</CommandLine>
|
| + <CommandLine>%WINDIR%\System32\cmd /c E:\setuprss.bat</CommandLine>
|
| <Order>7</Order>
|
| </SynchronousCommand>
|
| <SynchronousCommand wcm:action="add">
|
| - <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine>
|
| + <CommandLine>%WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp</CommandLine>
|
| <Order>8</Order>
|
| </SynchronousCommand>
|
| + <SynchronousCommand wcm:action="add">
|
| + <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine>
|
| + <Order>9</Order>
|
| + </SynchronousCommand>
|
| </FirstLogonCommands>
|
| </component>
|
| </settings>
|
| <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVERSTANDARD"
|
| xmlns:cpi="urn:schemas-microsoft-com:cpi" />
|
| -</unattend>
|
| +</unattend>
|
|
|