Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: client/tests/kvm/unattended/winxp32.sif

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 ;SetupMgrTag 1 ;SetupMgrTag
2 [Data] 2 [Data]
3 AutoPartition=1 3 AutoPartition=1
4 MsDosInitiated="0" 4 MsDosInitiated="0"
5 UnattendedInstall="Yes" 5 UnattendedInstall="Yes"
6 6
7 [Unattended] 7 [Unattended]
8 Repartition=Yes 8 Repartition=Yes
9 UnattendMode=FullUnattended 9 UnattendMode=FullUnattended
10 OemSkipEula=Yes 10 OemSkipEula=Yes
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 BrandIEUsingUnattended=Yes 65 BrandIEUsingUnattended=Yes
66 66
67 [Display] 67 [Display]
68 Xresolution=1024 68 Xresolution=1024
69 YResolution=768 69 YResolution=768
70 70
71 [GuiRunOnce] 71 [GuiRunOnce]
72 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" 72 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
73 Command1="cmd /c E:\setuprss.bat" 73 Command1="cmd /c E:\setuprss.bat"
74 Command2="cmd /c netsh interface ip set address local dhcp" 74 Command2="cmd /c netsh interface ip set address local dhcp"
75 Command3="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" 75 Command3="cmd /c sc config tlntsvr start= auto"
76 Command4="cmd /c net start telnet"
77 Command5="cmd /c A:\finish.exe"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698