mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
This just duplicated libosinfo information, and because it was never tested it didn't work most of the time.
31 lines
980 B
XML
31 lines
980 B
XML
<?xml version="1.0"?>
|
|
<operatingsystems>
|
|
<operatingsystem>
|
|
<root>/dev/sda2</root>
|
|
<name>windows</name>
|
|
<arch>x86_64</arch>
|
|
<distro>windows</distro>
|
|
<product_name>Windows Server 2012 Datacenter</product_name>
|
|
<product_variant>Server</product_variant>
|
|
<major_version>6</major_version>
|
|
<minor_version>2</minor_version>
|
|
<windows_systemroot>/Windows</windows_systemroot>
|
|
<windows_current_control_set>ControlSet001</windows_current_control_set>
|
|
<hostname>WIN-6AOV5N85H2F</hostname>
|
|
<mountpoints>
|
|
<mountpoint dev="/dev/sda2">/</mountpoint>
|
|
</mountpoints>
|
|
<filesystems>
|
|
<filesystem dev="/dev/sda2">
|
|
<type>ntfs</type>
|
|
<uuid>0AA0BA5FA0BA50C5</uuid>
|
|
</filesystem>
|
|
</filesystems>
|
|
<drive_mappings>
|
|
<drive_mapping name="C">/dev/sda2</drive_mapping>
|
|
<drive_mapping name="D">/dev/sda3</drive_mapping>
|
|
</drive_mappings>
|
|
<applications/>
|
|
</operatingsystem>
|
|
</operatingsystems>
|