daemon: debug segv correct use of dereferencing NULL.
[libguestfs.git] / inspector / example-debian.xml
1 <?xml version="1.0"?>
2 <operatingsystems>
3   <operatingsystem>
4     <root>/dev/debian/root</root>
5     <name>linux</name>
6     <arch>x86_64</arch>
7     <distro>debian</distro>
8     <product_name>5.0.1</product_name>
9     <major_version>5</major_version>
10     <minor_version>0</minor_version>
11     <package_format>deb</package_format>
12     <package_management>apt</package_management>
13     <hostname>debian.invalid</hostname>
14     <format>installed</format>
15     <mountpoints>
16       <mountpoint dev="/dev/debian/root">/</mountpoint>
17       <mountpoint dev="/dev/debian/usr">/usr</mountpoint>
18       <mountpoint dev="/dev/debian/var">/var</mountpoint>
19       <mountpoint dev="/dev/sda1">/boot</mountpoint>
20       <mountpoint dev="/dev/debian/home">/home</mountpoint>
21     </mountpoints>
22     <filesystems>
23       <filesystem dev="/dev/debian/home">
24         <type>ext2</type>
25         <uuid>01234567-0123-0123-0123-012345678905</uuid>
26       </filesystem>
27       <filesystem dev="/dev/debian/root">
28         <type>ext2</type>
29         <uuid>01234567-0123-0123-0123-012345678902</uuid>
30       </filesystem>
31       <filesystem dev="/dev/debian/usr">
32         <type>ext2</type>
33         <uuid>01234567-0123-0123-0123-012345678903</uuid>
34       </filesystem>
35       <filesystem dev="/dev/debian/var">
36         <type>ext2</type>
37         <uuid>01234567-0123-0123-0123-012345678904</uuid>
38       </filesystem>
39       <filesystem dev="/dev/sda1">
40         <type>ext2</type>
41         <label>BOOT</label>
42         <uuid>01234567-0123-0123-0123-012345678901</uuid>
43       </filesystem>
44     </filesystems>
45     <applications>
46       <application>
47         <name>test1</name>
48         <version>1.2.3</version>
49         <release>1</release>
50       </application>
51       <application>
52         <name>test2</name>
53         <version>1.2.3</version>
54         <release>1</release>
55       </application>
56       <application>
57         <name>test3</name>
58         <version>1.2.3</version>
59         <release>1</release>
60       </application>
61     </applications>
62   </operatingsystem>
63 </operatingsystems>