mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Also add an example from a real RHEL 6 guest. Remove rules for building these XML files which are no longer relevant. These files were built by running virt-inspector on real guests, and then edited to remove excessive <application> sections.
32 lines
1011 B
XML
32 lines
1011 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>
|
|
<format>installed</format>
|
|
<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>
|