/usr/share/doc/libguestfs/example-windows-2003-x86-cd.xml is in libguestfs-tools 1:1.32.2-4ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <?xml version="1.0"?>
<operatingsystems>
<operatingsystem>
<root>/dev/sda</root>
<name>windows</name>
<arch>i386</arch>
<distro>windows</distro>
<product_name>Windows Server 2003, Enterprise</product_name>
<major_version>5</major_version>
<minor_version>2</minor_version>
<windows_systemroot>\WINDOWS</windows_systemroot>
<format>installer</format>
<mountpoints>
<mountpoint dev="/dev/sda">/</mountpoint>
</mountpoints>
<filesystems>
<filesystem dev="/dev/sda">
<type>iso9660</type>
<label>CRMEFPP_EN</label>
</filesystem>
</filesystems>
<applications/>
</operatingsystem>
</operatingsystems>
|