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

Side by Side Diff: client/tests/kvm/unattended/win2003-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 [Data] 1 [Data]
2 AutoPartition = 1 2 AutoPartition = 1
3 MsDosInitiated = 0 3 MsDosInitiated = 0
4 UnattendedInstall = Yes 4 UnattendedInstall = Yes
5 5
6 [Unattended] 6 [Unattended]
7 UnattendMode = FullUnattended 7 UnattendMode = FullUnattended
8 OemSkipEula = Yes 8 OemSkipEula = Yes
9 OemPreinstall = No 9 OemPreinstall = No
10 UnattendSwitch = Yes 10 UnattendSwitch = Yes
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 Xresolution=1024 56 Xresolution=1024
57 YResolution=768 57 YResolution=768
58 58
59 [GuiRunOnce] 59 [GuiRunOnce]
60 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" 60 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
61 Command1="cmd /c sc config TlntSvr start= auto" 61 Command1="cmd /c sc config TlntSvr start= auto"
62 Command2="cmd /c netsh firewall set opmode disable" 62 Command2="cmd /c netsh firewall set opmode disable"
63 Command3="cmd /c net start telnet" 63 Command3="cmd /c net start telnet"
64 Command4="cmd /c E:\setuprss.bat" 64 Command4="cmd /c E:\setuprss.bat"
65 Command5="cmd /c netsh interface ip set address local dhcp" 65 Command5="cmd /c netsh interface ip set address local dhcp"
66 Command6="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" 66 Command6="cmd /c A:\finish.exe"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698