Files
libguestfs/inspector/example-ubuntu.xml
Richard W.M. Jones 65cfecb0f5 inspection: Deprecate APIs and remove support for inspecting installer CDs.
This just duplicated libosinfo information, and because it was never
tested it didn't work most of the time.
2017-09-16 22:27:16 +01:00

57 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>
<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>