Please note this tutorial has not been tested, but in theory should work.

The following tutorial provides the few steps to upgrade Fedora Core 1 or 2 to CentOS 4:

1. Make a full backup of your data.

2. Import GPG keys:
Code: 
rpm --import http://beta.centos.org/centos/4.0beta/os/i386/RPM-GPG-KEY
rpm --import http://beta.centos.org/centos/4.0beta/os/i386/RPM-GPG-KEY-centos4.0beta
3. Install/Upgrade yum:
Code: 
rpm -Uvh --nodeps http://beta.centos.org/centos/4.0beta/os/i386/CentOS/RPMS/yum-2.1.13-2.centos4.noarch.rpm
4. Upgrade the release:
Code: 
rpm -i http://beta.centos.org/centos/4.0beta/os/i386/CentOS/RPMS/centos-release-4.0beta-5.i386.rpm
5. Have yum update your OS:
Code: 
yum upgrade
Areon Reviewed by Areon on . Upgrading Fedora Core 1 or 2 to CentOS 3.4 or 4 Please note this tutorial has not been tested, but in theory should work. The following tutorial provides the few steps to upgrade Fedora Core 1 or 2 to CentOS 4: 1. Make a full backup of your data. 2. Import GPG keys: rpm --import http://beta.centos.org/centos/4.0beta/os/i386/RPM-GPG-KEY rpm --import http://beta.centos.org/centos/4.0beta/os/i386/RPM-GPG-KEY-centos4.0beta Rating: 5