[virt-tools-list] [libosinfo 3/3] Add some randome OS metadata
Daniel P. Berrange
berrange at redhat.com
Thu Jun 23 13:02:24 UTC 2011
On Wed, Jun 22, 2011 at 05:55:56PM +0300, Zeeshan Ali wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
>
> Add MS-DOS and Novell Netware metadata.
> ---
> data/oses/Makefile.am | 3 ++-
> data/oses/others.xml | 33 +++++++++++++++++++++++++++++++++
> 2 files changed, 35 insertions(+), 1 deletions(-)
> create mode 100644 data/oses/others.xml
>
> diff --git a/data/oses/Makefile.am b/data/oses/Makefile.am
> index 36871d3..2ee9cee 100644
> --- a/data/oses/Makefile.am
> +++ b/data/oses/Makefile.am
> @@ -11,6 +11,7 @@ database_DATA = \
> generic-linux.xml \
> windows.xml \
> solaris.xml \
> - bsd.xml
> + bsd.xml \
> + others.xml
>
> EXTRA_DIST = $(database_DATA)
> diff --git a/data/oses/others.xml b/data/oses/others.xml
> new file mode 100644
> index 0000000..a40c626
> --- /dev/null
> +++ b/data/oses/others.xml
> @@ -0,0 +1,33 @@
> +<libosinfo version="0.0.1">
> +
> + <os id="http://microsoft.com/msdos">
> + <short-id>msdos</short-id>
> + <name>Microsoft MS-DOS</name>
> + <vendor>Microsoft</vendor>
> + </os>
> +
> + <os id="http://novell.com/netware4">
> + <short-id>netware4</short-id>
> + <name>Novell Netware 4</name>
> + <vendor>Novell</vendor>
> + </os>
> +
> + <os id="http://novell.com/netware5">
> + <short-id>netware5</short-id>
> + <name>Novell Netware 5</name>
> + <vendor>Novell</vendor>
> + </os>
> +
> + <os id="http://novell.com/netware6">
> + <short-id>netware6</short-id>
> + <name>Novell Netware 6</name>
> + <vendor>Novell</vendor>
> + </os>
> +
> + <os id="http://microsoft.com/msdos">
> + <short-id>msdos</short-id>
> + <name>Microsoft MS-DOS</name>
> + <vendor>Microsoft</vendor>
> + </os>
> +
> +</libosinfo>
You have 'msdos' in there twice :-) ACK with that fix
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
More information about the virt-tools-list
mailing list