61697814c623e0a84fb164a158e7fa46dd1def53
[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     <format>installed</format>
14     <mountpoints>
15       <mountpoint dev="/dev/sda2">/</mountpoint>
16       <mountpoint dev="/dev/sda1">/boot</mountpoint>
17     </mountpoints>
18     <filesystems>
19       <filesystem dev="/dev/sda1">
20         <type>ext2</type>
21         <label>BOOT</label>
22         <uuid>01234567-0123-0123-0123-012345678901</uuid>
23       </filesystem>
24       <filesystem dev="/dev/sda2">
25         <type>ext2</type>
26         <uuid>01234567-0123-0123-0123-012345678902</uuid>
27       </filesystem>
28     </filesystems>
29     <applications>
30       <application>
31         <name>test1</name>
32         <version>1.2.3</version>
33         <release>1</release>
34       </application>
35       <application>
36         <name>test2</name>
37         <version>1.2.3</version>
38         <release>1</release>
39       </application>
40       <application>
41         <name>test3</name>
42         <version>1.2.3</version>
43         <release>1</release>
44       </application>
45     </applications>
46   </operatingsystem>
47 </operatingsystems>