mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
22 lines
607 B
XML
22 lines
607 B
XML
<operatingsystems>
|
|
<operatingsystem>
|
|
<root>/dev/sda2</root>
|
|
<name>windows</name>
|
|
<arch>i386</arch>
|
|
<distro>windows</distro>
|
|
<product_name>Windows 7 Enterprise</product_name>
|
|
<major_version>6</major_version>
|
|
<minor_version>1</minor_version>
|
|
<windows_systemroot>/Windows</windows_systemroot>
|
|
<mountpoints>
|
|
<mountpoint dev="/dev/sda2">/</mountpoint>
|
|
</mountpoints>
|
|
<filesystems>
|
|
<filesystem dev="/dev/sda2">
|
|
<type>ntfs</type>
|
|
<uuid>F2E8996AE8992E3B</uuid>
|
|
</filesystem>
|
|
</filesystems>
|
|
</operatingsystem>
|
|
</operatingsystems>
|