blob: 7e853ab2d416627aa33965e3f05df82b8850a32e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<operatingsystems>
<operatingsystem>
<name>windows</name>
<product_name>Microsoft Windows Server 2003</product_name>
<arch>i386</arch>
<major_version>5</major_version>
<minor_version>2</minor_version>
<root>/dev/sda1</root>
<mountpoints>
<mountpoint dev="/dev/sda1">/</mountpoint>
</mountpoints>
<filesystems>
<filesystem dev="/dev/sda1">
<type>ntfs</type>
<content>windows-root</content>
</filesystem>
</filesystems>
<applications></applications>
</operatingsystem>
</operatingsystems>
|