From: "Zeeshan Ali (Khattak)" <zeeshanak@xxxxxxxxx> Currently this is just so that apps can recognise GNOME live ISOs but later could be re-used when/if we need to treat GNOME as an OS: http://afaikblog.wordpress.com/2012/08/07/gnome-os/ --- data/oses/Makefile.am | 1 + data/oses/gnome.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 data/oses/gnome.xml diff --git a/data/oses/Makefile.am b/data/oses/Makefile.am index 98fa47c..fd0b9ae 100644 --- a/data/oses/Makefile.am +++ b/data/oses/Makefile.am @@ -6,6 +6,7 @@ database_DATA = \ dos.xml \ fedora.xml \ freebsd.xml \ + gnome.xml \ mandriva.xml \ mandrake.xml \ netbsd.xml \ diff --git a/data/oses/gnome.xml b/data/oses/gnome.xml new file mode 100644 index 0000000..acfa332 --- /dev/null +++ b/data/oses/gnome.xml @@ -0,0 +1,31 @@ +<libosinfo version="0.0.1"> + + <os id="http://gnome.org/3.6"> + <short-id>gnome3.6</short-id> + <name>GNOME 3.6</name> + <version>3.6</version> + <vendor>GNOME Project</vendor> + <family>linux</family> + <distro>gnome</distro> + + <media arch="i686" live="true"> + <url>http://ftp.gnome.org/pub/gnome/misc/promo-usb/GNOME-3.6.0.iso</url> + <iso> + <volume-id>GNOME36-LiveCD</volume-id> + <system-id>LINUX</system-id> + </iso> + <kernel>isolinux/vmlinuz0</kernel> + <initrd>isolinux/initrd0.img</initrd> + </media> + + <resources arch="all"> + <!-- These values are copied from that of Fedora 17/18 as AFAIK currently + GNOME is just Fedora with a few differences, mainly the name. --> + <minimum> + <n-cpus>1</n-cpus> + <ram>805306368</ram> + </minimum> + </resources> + </os> + +</libosinfo> -- 1.7.12.1