cat: Give a better error if the user specified no drives on command line.
[libguestfs.git] / inspector / example-fedora.xml
1 <operatingsystems>
2   <operatingsystem>
3     <root>/dev/VG/Root</root>
4     <name>linux</name>
5     <arch>x86_64</arch>
6     <distro>fedora</distro>
7     <product_name>Fedora release 14 (Phony)</product_name>
8     <major_version>14</major_version>
9     <minor_version>0</minor_version>
10     <package_format>rpm</package_format>
11     <package_management>yum</package_management>
12     <mountpoints>
13       <mountpoint dev="/dev/VG/Root">/</mountpoint>
14       <mountpoint dev="/dev/sda1">/boot</mountpoint>
15     </mountpoints>
16     <filesystems>
17       <filesystem dev="/dev/VG/Root">
18         <type>ext2</type>
19         <label>ROOT</label>
20         <uuid>01234567-0123-0123-0123-012345678902</uuid>
21       </filesystem>
22       <filesystem dev="/dev/sda1">
23         <type>ext2</type>
24         <label>BOOT</label>
25         <uuid>01234567-0123-0123-0123-012345678901</uuid>
26       </filesystem>
27     </filesystems>
28     <applications>
29       <application>
30         <name>test1</name>
31       </application>
32       <application>
33         <name>test2</name>
34       </application>
35       <application>
36         <name>test3</name>
37       </application>
38     </applications>
39   </operatingsystem>
40 </operatingsystems>