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