From: "Zeeshan Ali (Khattak)" <[email protected]> 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> -- 1.7.5.4 _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
