Files
libguestfs/inspector/example4.xml
2009-10-02 15:00:27 +02:00

18 lines
432 B
XML

<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>