/usr/share/libosinfo/data/oses/bsd.xml is in libosinfo-1.0-0 0.1.0-0ubuntu1.
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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | <libosinfo version="0.0.1">
<!-- FIXME: We really should put all these in 'BSD' family but we will need
to tweak python-virtinst before that or at the same time.
-->
<os id="http://freebsd.org/freebsd6">
<short-id>freebsd6</short-id>
<name>FreeBSD 6</name>
<version>6.4</version>
<vendor>FreeBSD Project</vendor>
<family>UNIX</family>
<devices>
<device id="http://pciids.sourceforge.net/v2.2/pci.ids/10ec/8029"/>
</devices>
</os>
<os id="http://freebsd.org/freebsd7">
<short-id>freebsd7</short-id>
<name>FreeBSD 7</name>
<version>7.4</version>
<vendor>FreeBSD Project</vendor>
<family>UNIX</family>
<upgrades id="http://freebsd.org/freebsd6"/>
</os>
<os id="http://freebsd.org/freebsd8">
<short-id>freebsd8</short-id>
<name>FreeBSD 8</name>
<version>8.2</version>
<vendor>FreeBSD Project</vendor>
<family>UNIX</family>
<upgrades id="http://freebsd.org/freebsd7"/>
<devices>
<device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/100e"/>
</devices>
</os>
<os id="http://openbsd.org/openbsd4">
<short-id>openbsd4</short-id>
<name>OpenBSD 4</name>
<version>4.9</version>
<family>UNIX</family>
<vendor>OpenBSD Project</vendor>
<devices>
<device id="http://pciids.sourceforge.net/v2.2/pci.ids/1022/2000"/>
</devices>
</os>
</libosinfo>
|