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