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