mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
For examples of the virt-inspector output, see the additional inspector/example-*.xml files in this commit.
24 lines
695 B
XML
24 lines
695 B
XML
<?xml version="1.0"?>
|
|
<operatingsystems>
|
|
<operatingsystem>
|
|
<root>/dev/sda</root>
|
|
<name>linux</name>
|
|
<distro>debian</distro>
|
|
<product_name>Debian GNU/Linux 5.0.5 "Lenny" - Official amd64 NETINST Binary-1 20100627-10:37</product_name>
|
|
<major_version>5</major_version>
|
|
<minor_version>0</minor_version>
|
|
<format>installer</format>
|
|
<netinst/>
|
|
<mountpoints>
|
|
<mountpoint dev="/dev/sda">/</mountpoint>
|
|
</mountpoints>
|
|
<filesystems>
|
|
<filesystem dev="/dev/sda">
|
|
<type>iso9660</type>
|
|
<label>Debian 5.0.5 amd64 Bin-1</label>
|
|
</filesystem>
|
|
</filesystems>
|
|
<applications/>
|
|
</operatingsystem>
|
|
</operatingsystems>
|