| Index: client/tests/kvm/unattended/win7-32-autounattend.xml
|
| diff --git a/client/tests/kvm/unattended/win7-32-autounattend.xml b/client/tests/kvm/unattended/win7-32-autounattend.xml
|
| index a16cdd73264abab679016bc75aeea3b2fb70f2dc..6904db1f77346912fcef3a6926875d9a6fd5c005 100644
|
| --- a/client/tests/kvm/unattended/win7-32-autounattend.xml
|
| +++ b/client/tests/kvm/unattended/win7-32-autounattend.xml
|
| @@ -16,7 +16,7 @@
|
| <UserLocale>en-us</UserLocale>
|
| </component>
|
| <component name="Microsoft-Windows-PnpCustomizationsWinPE"
|
| - processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
|
| + processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
|
| language="neutral" versionScope="nonSxS"
|
| xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
|
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
| @@ -156,6 +156,7 @@
|
| <Order>5</Order>
|
| </SynchronousCommand>
|
| <SynchronousCommand wcm:action="add">
|
| +<<<<<<< HEAD
|
| <CommandLine>%WINDIR%\System32\cmd /c E:\setuprss.bat</CommandLine>
|
| <Order>6</Order>
|
| </SynchronousCommand>
|
| @@ -167,9 +168,26 @@
|
| <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine>
|
| <Order>8</Order>
|
| </SynchronousCommand>
|
| +=======
|
| + <CommandLine>%WINDIR%\System32\cmd /c bcdedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine>
|
| + <Order>6</Order>
|
| + </SynchronousCommand>
|
| + <SynchronousCommand wcm:action="add">
|
| + <CommandLine>%WINDIR%\System32\cmd /c E:\setuprss.bat</CommandLine>
|
| + <Order>7</Order>
|
| + </SynchronousCommand>
|
| + <SynchronousCommand wcm:action="add">
|
| + <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>
|
| +>>>>>>> cros/upstream
|
| </FirstLogonCommands>
|
| </component>
|
| </settings>
|
| <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVERSTANDARD"
|
| xmlns:cpi="urn:schemas-microsoft-com:cpi" />
|
| -</unattend>
|
| +</unattend>
|
|
|