inspector: Remove some unused local variables.
[libguestfs.git] / inspector / example-fedora.xml
1 <?xml version="1.0"?>
2 <operatingsystems>
3   <operatingsystem>
4     <root>/dev/VG/Root</root>
5     <name>linux</name>
6     <arch>x86_64</arch>
7     <distro>fedora</distro>
8     <product_name>Fedora release 14 (Phony)</product_name>
9     <major_version>14</major_version>
10     <minor_version>0</minor_version>
11     <package_format>rpm</package_format>
12     <package_management>yum</package_management>
13     <mountpoints>
14       <mountpoint dev="/dev/VG/Root">/</mountpoint>
15       <mountpoint dev="/dev/sda1">/boot</mountpoint>
16     </mountpoints>
17     <filesystems>
18       <filesystem dev="/dev/VG/Root">
19         <type>ext2</type>
20         <label>ROOT</label>
21         <uuid>01234567-0123-0123-0123-012345678902</uuid>
22       </filesystem>
23       <filesystem dev="/dev/sda1">
24         <type>ext2</type>
25         <label>BOOT</label>
26         <uuid>01234567-0123-0123-0123-012345678901</uuid>
27       </filesystem>
28     </filesystems>
29     <applications>
30       <application>
31         <name>test1</name>
32       </application>
33       <application>
34         <name>test2</name>
35       </application>
36       <application>
37         <name>test3</name>
38       </application>
39     </applications>
40   </operatingsystem>
41 </operatingsystems>