summaryrefslogtreecommitdiffstats
path: root/inspector/example-fedora-dvd.xml
blob: 16a04baa5d68179804f0a49b5d3cccf38a407c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<operatingsystems>
  <operatingsystem>
    <root>/dev/sda</root>
    <name>linux</name>
    <arch>x86_64</arch>
    <distro>fedora</distro>
    <major_version>14</major_version>
    <minor_version>0</minor_version>
    <format>installer</format>
    <multipart/>
    <mountpoints>
      <mountpoint dev="/dev/sda">/</mountpoint>
    </mountpoints>
    <filesystems>
      <filesystem dev="/dev/sda">
        <type>iso9660</type>
        <label>Fedora 14 x86_64 DVD</label>
      </filesystem>
    </filesystems>
    <applications/>
  </operatingsystem>
</operatingsystems>