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

Side by Side Diff: client/tests/kvm/unattended/win2000-32.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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 [Branding] 63 [Branding]
64 BrandIEUsingUnattended=Yes 64 BrandIEUsingUnattended=Yes
65 65
66 [Display] 66 [Display]
67 Xresolution=1024 67 Xresolution=1024
68 YResolution=768 68 YResolution=768
69 69
70 [GuiRunOnce] 70 [GuiRunOnce]
71 Command0="cmd /c E:\setuprss.bat" 71 Command0="cmd /c E:\setuprss.bat"
72 Command1="cmd /c netsh interface ip set address local dhcp" 72 Command1="cmd /c netsh interface ip set address local dhcp"
73 Command2="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" 73 Command2="cmd /c A:\finish.exe"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698