mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
18 lines
432 B
XML
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>
|