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

Side by Side Diff: client/tests/kvm/unattended/SLES-11.xml

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/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 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!DOCTYPE profile> 2 <!DOCTYPE profile>
3 <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.c om/1.0/configns"> 3 <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.c om/1.0/configns">
4 <add-on/> 4 <add-on/>
5 <bootloader> 5 <bootloader>
6 <global> 6 <global>
7 <activate>true</activate> 7 <activate>true</activate>
8 <boot_boot>false</boot_boot> 8 <boot_boot>false</boot_boot>
9 <boot_extended>false</boot_extended> 9 <boot_extended>false</boot_extended>
10 <boot_mbr>false</boot_mbr> 10 <boot_mbr>false</boot_mbr>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <initrd_module> 42 <initrd_module>
43 <module>jbd</module> 43 <module>jbd</module>
44 </initrd_module> 44 </initrd_module>
45 <initrd_module> 45 <initrd_module>
46 <module>ext3</module> 46 <module>ext3</module>
47 </initrd_module> 47 </initrd_module>
48 <initrd_module> 48 <initrd_module>
49 <module>edd</module> 49 <module>edd</module>
50 </initrd_module> 50 </initrd_module>
51 </initrd_modules> 51 </initrd_modules>
52 <append>console=ttyS0,115200 console=tty0</append> 52 <append>console=tty0 console=ttyS0,115200</append>
53 <loader_type>grub</loader_type> 53 <loader_type>grub</loader_type>
54 <sections config:type="list"/> 54 <sections config:type="list"/>
55 </bootloader> 55 </bootloader>
56 <ca_mgm> 56 <ca_mgm>
57 <CAName>YaST_Default_CA</CAName> 57 <CAName>YaST_Default_CA</CAName>
58 <ca_commonName>YaST Default CA (linux-h1i4)</ca_commonName> 58 <ca_commonName>YaST Default CA (linux-h1i4)</ca_commonName>
59 <country>US</country> 59 <country>US</country>
60 <password>ENTER PASSWORD HERE</password> 60 <password>ENTER PASSWORD HERE</password>
61 <server_commonName>linux-h1i4.site</server_commonName> 61 <server_commonName>linux-h1i4.site</server_commonName>
62 <server_email>postmaster@site</server_email> 62 <server_email>postmaster@site</server_email>
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 <min_hsync config:type="integer">31</min_hsync> 891 <min_hsync config:type="integer">31</min_hsync>
892 <min_vsync config:type="integer">50</min_vsync> 892 <min_vsync config:type="integer">50</min_vsync>
893 </display> 893 </display>
894 <monitor_device>800X600@60HZ</monitor_device> 894 <monitor_device>800X600@60HZ</monitor_device>
895 <monitor_vendor>--&gt; VESA</monitor_vendor> 895 <monitor_vendor>--&gt; VESA</monitor_vendor>
896 </monitor> 896 </monitor>
897 <resolution>800x600 (SVGA)</resolution> 897 <resolution>800x600 (SVGA)</resolution>
898 <window_manager>gnome</window_manager> 898 <window_manager>gnome</window_manager>
899 </x11> 899 </x11>
900 </profile> 900 </profile>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/RHEL-5-series.ks ('k') | client/tests/kvm/unattended/win2003-32.sif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698