mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Return the right osinfo short IDs for some rolling Linux distributions, such as Arch Linux, Gentoo, and Void Linux. Their IDs were recently added to osinfo-db.
36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<operatingsystems>
|
|
<operatingsystem>
|
|
<root>/dev/sda1</root>
|
|
<name>linux</name>
|
|
<arch>x86_64</arch>
|
|
<distro>archlinux</distro>
|
|
<major_version>0</major_version>
|
|
<minor_version>0</minor_version>
|
|
<package_format>pacman</package_format>
|
|
<package_management>pacman</package_management>
|
|
<hostname>archlinux.test</hostname>
|
|
<osinfo>archlinux</osinfo>
|
|
<mountpoints>
|
|
<mountpoint dev="/dev/sda1">/</mountpoint>
|
|
</mountpoints>
|
|
<filesystems>
|
|
<filesystem dev="/dev/sda1">
|
|
<type>ext4</type>
|
|
<uuid>01234567-0123-0123-0123-012345678902</uuid>
|
|
</filesystem>
|
|
</filesystems>
|
|
<applications>
|
|
<application>
|
|
<name>test-package</name>
|
|
<epoch>1</epoch>
|
|
<version>0.1</version>
|
|
<release>1</release>
|
|
<arch>x86_64</arch>
|
|
<url>http://libguestfs.org/</url>
|
|
<description>Test package for libguestfs</description>
|
|
</application>
|
|
</applications>
|
|
</operatingsystem>
|
|
</operatingsystems>
|