diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2013-12-04 18:43:43 +0000 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2013-12-04 19:46:10 +0000 |
commit | 2132980ec6f9d747da644d80c46711c30855f072 (patch) | |
tree | 57fbb9b09bc4fb712cff4a06102bc37f0705ab47 /data | |
parent | 4586f01c92d5aaa9ab1b5198d128c82c1e18502e (diff) | |
download | libosinfo-2132980ec6f9d747da644d80c46711c30855f072.tar.gz |
rhel: Add info on 6.5
Diffstat (limited to 'data')
-rw-r--r-- | data/oses/rhel.xml.in | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in index 589f3be..c7819d3 100644 --- a/data/oses/rhel.xml.in +++ b/data/oses/rhel.xml.in @@ -914,4 +914,54 @@ <script id='http://redhat.com/scripts/rhel/desktop'/> </installer> </os> + + <os id="http://redhat.com/rhel/6.5"> + <short-id>rhel6.5</short-id> + <_name>Red Hat Enterprise Linux 6.5</_name> + <version>6.5</version> + <_vendor>Red Hat, Inc</_vendor> + <family>linux</family> + <distro>rhel</distro> + <codename>Santiago</codename> + <upgrades id="http://redhat.com/rhel/6.4"/> + <derives-from id="http://redhat.com/rhel/6.4"/> + + <release-date>2013-11-21</release-date> + <eol-date>2023-11-30</eol-date> + + <media arch="i686"> + <iso> + <system-id>LINUX</system-id> + <volume-id>.*RHEL_6.5 i386.*</volume-id> + </iso> + <kernel>isolinux/vmlinuz</kernel> + <initrd>isolinux/initrd.img</initrd> + </media> + <media arch="x86_64"> + <iso> + <system-id>LINUX</system-id> + <volume-id>.*RHEL_6.5 x86_64.*</volume-id> + </iso> + <kernel>isolinux/vmlinuz</kernel> + <initrd>isolinux/initrd.img</initrd> + </media> + + <resources arch="all"> + <minimum> + <n-cpus>1</n-cpus> + <ram>536870912</ram> + </minimum> + + <recommended> + <cpu>400000000</cpu> + <ram>1073741824</ram> + <storage>9663676416</storage> + </recommended> + </resources> + + <installer> + <script id='http://redhat.com/scripts/rhel/jeos'/> + <script id='http://redhat.com/scripts/rhel/desktop'/> + </installer> + </os> </libosinfo> |