Files
libguestfs/inspector/example-ubuntu.xml
Richard W.M. Jones d7bc1dd922 inspection: Replace phony XML with virt-inspector output from real guests.
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.
2013-06-18 17:01:53 +01:00

58 lines
1.7 KiB
XML

<?xml version="1.0"?>
<operatingsystems>
<operatingsystem>
<root>/dev/sda1</root>
<name>linux</name>
<arch>x86_64</arch>
<distro>ubuntu</distro>
<product_name>Ubuntu 13.04</product_name>
<major_version>13</major_version>
<minor_version>4</minor_version>
<package_format>deb</package_format>
<package_management>apt</package_management>
<hostname>ubuntu1304.home.annexia.org</hostname>
<format>installed</format>
<mountpoints>
<mountpoint dev="/dev/sda1">/</mountpoint>
</mountpoints>
<filesystems>
<filesystem dev="/dev/sda1">
<type>ext4</type>
<uuid>bb335904-c031-4da6-9484-e6cbdb54b4c3</uuid>
</filesystem>
<filesystem dev="/dev/sda5">
<type>swap</type>
<uuid>ca742946-a9f7-406c-94b7-41663b7666ef</uuid>
</filesystem>
</filesystems>
<applications>
<application>
<name>abiword</name>
<version>2.9.2+svn20120603</version>
<release>8</release>
<arch>amd64</arch>
</application>
<application>
<name>abiword-common</name>
<version>2.9.2+svn20120603</version>
<release>8</release>
<arch>all</arch>
</application>
<application>
<name>abiword-plugin-grammar</name>
<version>2.9.2+svn20120603</version>
<release>8</release>
<arch>amd64</arch>
</application>
<!-- Real guests have many more application sections. For
clarity this section has been cut down. -->
<application>
<name>zlib1g-dev</name>
<version>1:1.2.7.dfsg</version>
<release>13ubuntu2</release>
<arch>amd64</arch>
</application>
</applications>
</operatingsystem>
</operatingsystems>