blob: 1c21eeda674da9af80d35a3effb94931ac1cca01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<operatingsystems>
<operatingsystem>
<name>windows</name>
<arch>i386</arch>
<root>/dev/vda1</root>
<mountpoints>
<mountpoint dev="/dev/vda1">/</mountpoint>
</mountpoints>
<filesystems>
<filesystem dev="/dev/vda1">
<type>ntfs</type>
<content>windows-root</content>
</filesystem>
</filesystems>
<applications></applications>
</operatingsystem>
</operatingsystems>
|