我是 CentOS 的新手,主要使用 FreeBSD。
如何将 CentOS 从 4.4 版本更新/升级到 4.8 版本?
更新
# yum upgrade
这次升级是否只会进行小幅升级还是会升级到 5.x?
答案1
从 4.4 升级到 4.8 是一个小升级,只需使用 yum 即可完成,事实上,使用 CentOS 发行版附带的默认 yum 存储库,它应该可以立即使用yum upgrade
然而,对于勇敢的灵魂来说,从 4.4 升级到 5.x 是一项更困难的任务;)在实时盒子上开始这种升级之前,请确保用一个你并不真正需要的盒子练习一下。
答案2
http://wiki.centos.org/HowTos/MigrationGuide/ServerCD_4.4_to_5尝试上面的链接:)
或者如果你有 4.8 DVD,那么
Create a dvd.repo text file in /etc/yum.repos.d/ with the following content:
[dvd]
mediaid=1170972069.396645*
name=DVD for RHEL5
baseurl=file:///media/RHEL_5%20i386%20DVD/Server (For example for RHEL 5.5 version baseurl line should look like 'baseurl=file:///media/RHEL_5.5%20i386%20DVD/Serverenabled=1')
gpgcheck=0
For Red Hat Enterprise Linux 4.8
In /etc/sysconfig/rhn/sources, comment out the following line:
#up2date default
This line needs to be commented out otherwise up2date will keep on looking for information using the Red Hat Network first.
Next, in the same file, create a line like the following:
dir mydvdrepo /media/cdrom/RedHat/RPMS