Skip to content
Snippets Groups Projects
Commit 62f181bf authored by Ben Morrice's avatar Ben Morrice
Browse files

Merge branch 'rhel6els' into 'master'

document rhel6 els content/repos

See merge request !49
parents d199ce4a 95a783c5
No related branches found
No related tags found
Loading
......@@ -20,6 +20,7 @@ Registered systems holding valid Red Hat Enterprise Linux license can be install
* [Red Hat Enterprise Virtualization (RHEV)](#rhev)
* [Red Hat JBoss Enterprise Application Platform (JB-EAP)](#jb-eap)
* [Red Hat MRG - Realtime (RHMRG)](#rhmrg)
* [Red Hat Enterprise Linux Extended Lifecycle Support (RHELS)](#rhels)
* [Red Hat Enterprise Linux Extended Update Support (RHEUS)](#rheus)
* [Red Hat Enterprise Linux BETA (pre)releases](#rhbeta)
......@@ -307,6 +308,24 @@ Direct download: [rhel6-realtime.repo](repofiles/rhel6-realtime.repo) **Note:**
---
<a name="rhels"></a>
## Red Hat Enterprise Linux Extended Lifecycle Support (RHELS)
Red Hat Enterprise Linux Extended Lifecycle Support is a product allowing extension of standard Red Hat Enterprise Linux Life Cycle
**Note:** access to RHELS requires additional (separate) license for the system.
#### Software repositories for RHEL 6 ELS
Install software repository definitions on your system, by running as root:
<pre>
&#35; wget http://cern.ch/linux/rhel/repofiles/rhel6-els.repo -O /etc/yum.repos.d/rhel-els.repo
</pre>
Direct download: [rhel6-els.repo](repofiles/rhel6-els.repo)
<a name="rheus"></a>
## Red Hat Enterprise Linux Extended Update Support (RHEUS)
......
##############################################################################
# Red Hat Enterprise Linux 6 Extended Lifecycle Support package repositories #
# CERN local mirror at http://linuxsoft.cern.ch/cdn.redhat.com/ #
##############################################################################
##############################################################################
# base repositories: server, supplementary, optional
##############################################################################
###
[rhel-6-server-els-rpms]
name = Red Hat Enterprise Linux 6 Server - Extended Lifecycle Support (RPMs)
baseurl = http://linuxsoft.cern.ch/cdn.redhat.com/content/els/rhel/server/6/6Server/$basearch/os
enabled = 1
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[rhel-6-server-els-debug-rpms]
name = Red Hat Enterprise Linux 6 Server - Extended Lifecycle Support (Debug RPMs)
baseurl = http://linuxsoft.cern.ch/cdn.redhat.com/content/els/rhel/server/6/6Server/$basearch/debug
enabled = 0
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[rhel-6-server-els-source-rpms]
name = Red Hat Enterprise Linux 6 Server - Extended Lifecycle Support (Source RPMs)
baseurl = http://linuxsoft.cern.ch/cdn.redhat.com/content/els/rhel/server/6/6Server/$basearch/source/SRPMS
enabled = 0
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
###
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment