inspector: Replace old examples with ones derived from phony images.
[libguestfs.git] / inspector / example-ubuntu.xml
1 <operatingsystems>
2   <operatingsystem>
3     <root>/dev/sda2</root>
4     <name>linux</name>
5     <arch>i386</arch>
6     <distro>ubuntu</distro>
7     <product_name>Ubuntu 10.10 (Phony Pharaoh)</product_name>
8     <major_version>10</major_version>
9     <minor_version>10</minor_version>
10     <package_format>deb</package_format>
11     <package_management>apt</package_management>
12     <mountpoints>
13       <mountpoint dev="/dev/sda2">/</mountpoint>
14       <mountpoint dev="/dev/sda1">/boot</mountpoint>
15     </mountpoints>
16     <filesystems>
17       <filesystem dev="/dev/sda1">
18         <type>ext2</type>
19         <label>BOOT</label>
20         <uuid>01234567-0123-0123-0123-012345678901</uuid>
21       </filesystem>
22       <filesystem dev="/dev/sda2">
23         <type>ext2</type>
24         <uuid>01234567-0123-0123-0123-012345678902</uuid>
25       </filesystem>
26     </filesystems>
27     <applications>
28       <application>
29         <name>test1</name>
30         <version>1.2.3</version>
31         <release>1</release>
32       </application>
33       <application>
34         <name>test2</name>
35         <version>1.2.3</version>
36         <release>1</release>
37       </application>
38       <application>
39         <name>test3</name>
40         <version>1.2.3</version>
41         <release>1</release>
42       </application>
43     </applications>
44   </operatingsystem>
45 </operatingsystems>