On Tue, Sep 10, 2013 at 2:14 PM, Akemi Yagi amyagi@gmail.com wrote:
http://www.unixmen.com/how-to-jul-convert-rhel-5-to-centos-5/
OK that is a bit out of date and does not reference 64 bit architectures. Here is what I did
mkdir /root/centos cd /root/centos wget http://vault.centos.org/5.0/os/x86_64/CentOS/centos-release-5-0.0.el5.centos... wget http://vault.centos.org/5.0/os/x86_64/CentOS/centos-release-notes-5.0.0-2.x8... rpm -e --nodeps redhat-release-notes redhat-release yum-rhn-plugin redhat-logos rpm -ivh *.rpm yum -y update
And it all looks good!