您的位置:首页 > 其它

解决redhat关于使用yum时RHN注册失败问题

2013-05-15 18:14 1621 查看
The easy method make a local repository:

[root@ceping yum.repos.d]# cat cdrom.repo
[cdrom]
name=Red Hat Enterprise Linux $releasever cdrom
#baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/$basearch/Debuginfo/
baseurl=file:///mnt/Server
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[root@ceping yum.repos.d]# yum update


本文出自 “My Dream Is On The Road” 博客,请务必保留此出处http://mianhuhu.blog.51cto.com/4782975/1201106
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: