| Index: client/tests/kvm/unattended/win2008-32-autounattend.xml
 | 
| diff --git a/client/tests/kvm/unattended/win2008-32-autounattend.xml b/client/tests/kvm/unattended/win2008-32-autounattend.xml
 | 
| index e33a36b1ae357afae78b605e058d0ac217256177..352cb7356628c786d69827b27e40292a563e3011 100644
 | 
| --- a/client/tests/kvm/unattended/win2008-32-autounattend.xml
 | 
| +++ b/client/tests/kvm/unattended/win2008-32-autounattend.xml
 | 
| @@ -147,6 +147,20 @@
 | 
|  				<SynchronousCommand wcm:action="add">
 | 
|  					<CommandLine>%WINDIR%\System32\cmd /c net start telnet</CommandLine>
 | 
|  					<Order>5</Order>
 | 
| +<<<<<<< HEAD
 | 
| +				</SynchronousCommand>
 | 
| +				<SynchronousCommand wcm:action="add">
 | 
| +					<CommandLine>%WINDIR%\System32\cmd /c E:\setuprss.bat</CommandLine>
 | 
| +					<Order>6</Order>
 | 
| +				</SynchronousCommand>
 | 
| +				<SynchronousCommand wcm:action="add">
 | 
| +					<CommandLine>%WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp</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>
 | 
| +					<Order>8</Order>
 | 
| +=======
 | 
|  				</SynchronousCommand>
 | 
|  				<SynchronousCommand wcm:action="add">
 | 
|  					<CommandLine>%WINDIR%\System32\cmd /c bcdedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine>
 | 
| @@ -161,8 +175,9 @@
 | 
|  					<Order>8</Order>
 | 
|  				</SynchronousCommand>
 | 
|  				<SynchronousCommand wcm:action="add">
 | 
| -					<CommandLine>%WINDIR%\System32\cmd /c A:\finish.exe</CommandLine>
 | 
| +					<CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine>
 | 
|  					<Order>9</Order>
 | 
| +>>>>>>> cros/upstream
 | 
|  				</SynchronousCommand>
 | 
|  			</FirstLogonCommands>
 | 
|  			<OOBE>
 | 
| 
 |