Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


red_hat_7_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
red_hat_7_notes [2014/05/01 14:48] juckinsred_hat_7_notes [2016/06/08 18:30] (current) juckins
Line 1: Line 1:
-[[http://seven.centos.org/2014/04/rhel-7-rc-is-available/?utm_source=rss&utm_medium=rss&utm_campaign=rhel-7-rc-is-available]]+==== Red Hat Enterprise Linux (RHEL7) Notes ====
  
-First, the download links :+[[http://developers.redhat.com/blog/2016/03/31/no-cost-rhel-developer-subscription-now-available/|RHEL7 for Developers - No cost subscription]]
  
-http://ftp.redhat.com/redhat/rhel/rc/7/+[[http://developers.redhat.com/products/rhel/get-started/#tab-virtualbox|RHEL7 for Developers - Getting Started Guide]]
  
-Drill down to the type of build, and ISOS are available as well, and remember to report bugs at http://bugzilla.redhat.com +[[https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/ | Release Notes]]
- +
-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): +
- +
-<code> +
-[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 +
-</code> +
- +
-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. +
- +
-[[http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os/release-notes/Red_Hat_Enterprise_Linux-Release_Notes-7-en-US-0/ | Release Notes]] +
- +
-[[https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/ | Release Notes (alt)]]+
  
  
red_hat_7_notes.1398970082.txt.gz · Last modified: 2014/05/01 14:48 by juckins