build: Centralize all POD manipulation in 'podwrapper.sh' script.
[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     <mountpoints>
14       <mountpoint dev="/dev/debian/root">/</mountpoint>
15       <mountpoint dev="/dev/debian/usr">/usr</mountpoint>
16       <mountpoint dev="/dev/debian/var">/var</mountpoint>
17       <mountpoint dev="/dev/sda1">/boot</mountpoint>
18       <mountpoint dev="/dev/debian/home">/home</mountpoint>
19     </mountpoints>
20     <filesystems>
21       <filesystem dev="/dev/debian/home">
22         <type>ext2</type>
23         <uuid>01234567-0123-0123-0123-012345678905</uuid>
24       </filesystem>
25       <filesystem dev="/dev/debian/root">
26         <type>ext2</type>
27         <uuid>01234567-0123-0123-0123-012345678902</uuid>
28       </filesystem>
29       <filesystem dev="/dev/debian/usr">
30         <type>ext2</type>
31         <uuid>01234567-0123-0123-0123-012345678903</uuid>
32       </filesystem>
33       <filesystem dev="/dev/debian/var">
34         <type>ext2</type>
35         <uuid>01234567-0123-0123-0123-012345678904</uuid>
36       </filesystem>
37       <filesystem dev="/dev/sda1">
38         <type>ext2</type>
39         <label>BOOT</label>
40         <uuid>01234567-0123-0123-0123-012345678901</uuid>
41       </filesystem>
42     </filesystems>
43     <applications>
44       <application>
45         <name>test1</name>
46         <version>1.2.3</version>
47         <release>1</release>
48       </application>
49       <application>
50         <name>test2</name>
51         <version>1.2.3</version>
52         <release>1</release>
53       </application>
54       <application>
55         <name>test3</name>
56         <version>1.2.3</version>
57         <release>1</release>
58       </application>
59     </applications>
60   </operatingsystem>
61 </operatingsystems>