man pages: Add a standard EXIT STATUS section to most pages.
[libguestfs.git] / inspector / example-ubuntu.xml
1 <?xml version="1.0"?>
2 <operatingsystems>
3   <operatingsystem>
4     <root>/dev/sda2</root>
5     <name>linux</name>
6     <arch>i386</arch>
7     <distro>ubuntu</distro>
8     <product_name>Ubuntu 10.10 (Phony Pharaoh)</product_name>
9     <major_version>10</major_version>
10     <minor_version>10</minor_version>
11     <package_format>deb</package_format>
12     <package_management>apt</package_management>
13     <hostname>ubuntu.invalid</hostname>
14     <format>installed</format>
15     <mountpoints>
16       <mountpoint dev="/dev/sda2">/</mountpoint>
17       <mountpoint dev="/dev/sda1">/boot</mountpoint>
18     </mountpoints>
19     <filesystems>
20       <filesystem dev="/dev/sda1">
21         <type>ext2</type>
22         <label>BOOT</label>
23         <uuid>01234567-0123-0123-0123-012345678901</uuid>
24       </filesystem>
25       <filesystem dev="/dev/sda2">
26         <type>ext2</type>
27         <uuid>01234567-0123-0123-0123-012345678902</uuid>
28       </filesystem>
29     </filesystems>
30     <applications>
31       <application>
32         <name>test1</name>
33         <version>1.2.3</version>
34         <release>1</release>
35       </application>
36       <application>
37         <name>test2</name>
38         <version>1.2.3</version>
39         <release>1</release>
40       </application>
41       <application>
42         <name>test3</name>
43         <version>1.2.3</version>
44         <release>1</release>
45       </application>
46     </applications>
47   </operatingsystem>
48 </operatingsystems>