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

Side by Side Diff: client/tests/kvm/unattended/win2003-64.sif

Issue 3541002: Revert "Merge remote branch 'cros/upstream' into tempbranch2" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Created 10 years, 2 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
11 CrashDumpSetting = 1 11 CrashDumpSetting = 1
12 DriverSigningPolicy = ignore 12 DriverSigningPolicy = ignore
13 OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH"
14 WaitForReboot = no 13 WaitForReboot = no
15 Repartition = yes 14 Repartition = yes
16 15
17 [GuiUnattended] 16 [GuiUnattended]
18 AdminPassword = "1q2w3eP" 17 AdminPassword = "1q2w3eP"
19 AutoLogon = Yes 18 AutoLogon = Yes
20 AutoLogonCount = 1000 19 AutoLogonCount = 1000
21 OEMSkipRegional = 1 20 OEMSkipRegional = 1
22 TimeZone = 85 21 TimeZone = 85
23 OemSkipWelcome = 1 22 OemSkipWelcome = 1
(...skipping 26 matching lines...) Expand all
50 Mode = 0 49 Mode = 0
51 50
52 [SetupParams] 51 [SetupParams]
53 local="Local Area Connection" 52 local="Local Area Connection"
54 53
55 [Display] 54 [Display]
56 Xresolution=1024 55 Xresolution=1024
57 YResolution=768 56 YResolution=768
58 57
59 [GuiRunOnce] 58 [GuiRunOnce]
60 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" 59 Command0="cmd /c sc config TlntSvr start= auto"
61 Command1="cmd /c sc config TlntSvr start= auto" 60 Command1="cmd /c netsh firewall set opmode disable"
62 Command2="cmd /c netsh firewall set opmode disable" 61 Command2="cmd /c net start telnet"
63 Command3="cmd /c net start telnet" 62 Command3="cmd /c E:\setuprss.bat"
64 Command4="cmd /c E:\setuprss.bat" 63 Command4="cmd /c netsh interface ip set address local dhcp"
65 Command5="cmd /c netsh interface ip set address local dhcp" 64 Command5="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
66 Command6="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/win2003-32.sif ('k') | client/tests/kvm/unattended/win2008-32-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698