Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


red_hat_7_notes

This is an old revision of the document!


http://seven.centos.org/2014/04/rhel-7-rc-is-available/?utm_source=rss&utm_medium=rss&utm_campaign=rhel-7-rc-is-available

First, the download links :

http://ftp.redhat.com/redhat/rhel/rc/7/

Drill down to the type of build, and ISOS are available as well, and remember to report bugs at http://bugzilla.redhat.com

Here at the CentOS Project, we are going to rebase our build plan and build efforts around the sources released along with this rhel7rc, more news on that in the coming days.

The beta had a standard yum repository defined. The RC does not, since RH users use the RHN and its yum plugin. To get yum to work with the RC without RHN, you can use the following yum repo code for now, for the full server edition (there are no mirrors that i know of currently):

[rhel-rc]
name=Red Hat Enterprise Linux 7 RC - $basearch
baseurl=http://ftp.redhat.com/pub/redhat/rhel/rc/7/Server/$basearch/os/
enabled=1
priority=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

[rhel-rc-optional]
name=Red Hat Enterprise Linux 7 RC Optional - $basearch
baseurl=http://ftp.redhat.com/pub/redhat/rhel/rc/7/Server-optional/$basearch/os/
priority=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

Remove or overwrite the old repo you used in beta. Also if the gpg key is not on your system, you’ll have to either install the appropriate redhat-release rpm or use yum install redhat-release-server –nogpgcheck to get the key installed.

Release Notes

red_hat_7_notes.1398969917.txt.gz · Last modified: 2014/05/01 14:45 by juckins