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