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