| Index: client/tests/kvm/unattended/win2008-r2-autounattend.xml
|
| diff --git a/client/tests/kvm/unattended/win2008-r2-autounattend.xml b/client/tests/kvm/unattended/win2008-r2-autounattend.xml
|
| index b624d10031c59f0b778470be5ce433addfb10358..7e9ab232a149ce3f9590671d371ab57cbf79ffb4 100644
|
| --- a/client/tests/kvm/unattended/win2008-r2-autounattend.xml
|
| +++ b/client/tests/kvm/unattended/win2008-r2-autounattend.xml
|
| @@ -70,6 +70,20 @@
|
| <UserLocale>en-us</UserLocale>
|
| <UILanguageFallback>en-us</UILanguageFallback>
|
| </component>
|
| + <component name="Microsoft-Windows-PnpCustomizationsWinPE"
|
| + processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
|
| + language="neutral" versionScope="nonSxS"
|
| + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
|
| + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
| + <DriverPaths>
|
| + <PathAndCredentials wcm:keyValue="1" wcm:action="add">
|
| + <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path>
|
| + </PathAndCredentials>
|
| + <PathAndCredentials wcm:keyValue="2" wcm:action="add">
|
| + <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path>
|
| + </PathAndCredentials>
|
| + </DriverPaths>
|
| + </component>
|
| </settings>
|
| <settings pass="specialize">
|
| <component name="Microsoft-Windows-Deployment"
|
| @@ -158,17 +172,21 @@
|
| <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>
|
| <OOBE>
|
| <HideEULAPage>true</HideEULAPage>
|
|
|