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

Side by Side Diff: client/tests/kvm/unattended/OpenSUSE-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
« no previous file with comments | « client/tests/kvm/unattended/Fedora-9.ks ('k') | client/tests/kvm/unattended/RHEL-3-series.ks » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <bootloader> 4 <bootloader>
5 <device_map config:type="list"> 5 <device_map config:type="list">
6 <device_map_entry> 6 <device_map_entry>
7 <firmware>hd0</firmware> 7 <firmware>hd0</firmware>
8 <linux>/dev/vda</linux> 8 <linux>/dev/vda</linux>
9 </device_map_entry> 9 </device_map_entry>
10 </device_map> 10 </device_map>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <initrd_module> 43 <initrd_module>
44 <module>ext3</module> 44 <module>ext3</module>
45 </initrd_module> 45 </initrd_module>
46 <initrd_module> 46 <initrd_module>
47 <module>virtio_blk</module> 47 <module>virtio_blk</module>
48 </initrd_module> 48 </initrd_module>
49 <initrd_module> 49 <initrd_module>
50 <module>edd</module> 50 <module>edd</module>
51 </initrd_module> 51 </initrd_module>
52 </initrd_modules> 52 </initrd_modules>
53 <append>console=ttyS0,115200 console=tty0</append> 53 <append>console=tty0 console=ttyS0,115200</append>
54 <loader_type>grub</loader_type> 54 <loader_type>grub</loader_type>
55 <sections config:type="list"/> 55 <sections config:type="list"/>
56 </bootloader> 56 </bootloader>
57 <firewall> 57 <firewall>
58 <FW_DEV_DMZ></FW_DEV_DMZ> 58 <FW_DEV_DMZ></FW_DEV_DMZ>
59 <FW_DEV_EXT></FW_DEV_EXT> 59 <FW_DEV_EXT></FW_DEV_EXT>
60 <FW_DEV_INT></FW_DEV_INT> 60 <FW_DEV_INT></FW_DEV_INT>
61 <enable_firewall config:type="boolean">false</enable_firewall> 61 <enable_firewall config:type="boolean">false</enable_firewall>
62 <start_firewall config:type="boolean">false</start_firewall> 62 <start_firewall config:type="boolean">false</start_firewall>
63 </firewall> 63 </firewall>
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 <min>0</min> 243 <min>0</min>
244 <warn>7</warn> 244 <warn>7</warn>
245 </password_settings> 245 </password_settings>
246 <shell>/bin/bash</shell> 246 <shell>/bin/bash</shell>
247 <uid>0</uid> 247 <uid>0</uid>
248 <user_password>$2a$05$yit2ieOcDslJrkEqLo8D3ej1ZNWNX79iAaT885W.aDTZ581ZwBD8 S</user_password> 248 <user_password>$2a$05$yit2ieOcDslJrkEqLo8D3ej1ZNWNX79iAaT885W.aDTZ581ZwBD8 S</user_password>
249 <username>root</username> 249 <username>root</username>
250 </user> 250 </user>
251 </users> 251 </users>
252 </profile> 252 </profile>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/Fedora-9.ks ('k') | client/tests/kvm/unattended/RHEL-3-series.ks » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698