blob: 4004d5a73e3e400164553c2049f41de9234ae879 (
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>rhel</distro>
<major_version>6</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>RHEL_6.0 x86_64 Disc 1</label>
</filesystem>
</filesystems>
<applications/>
</operatingsystem>
</operatingsystems>
|