LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 863|回复: 3

大侠帮我解释一下做了标记的文字

[复制链接]
发表于 2009-6-24 11:49:21 | 显示全部楼层 |阅读模式
配置一个好用的centos 5.3更新源。修改/etc/yum.repos.d/CentOS-Base.repo为:

[base]
name=CentOS-5 - Base
#mirrorlist=http://mirrorlist.centos.org/?
release=$releasever5&arch=$basearch&
repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#released updates
[update]
name=CentOS-5 - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=updates
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#packages used/produced in the build but not released
[addons]
name=CentOS-5 - Addons
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=addons

baseurl=http://ftp.sjtu.edu.cn/centos/5.3/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#additional packages that may be useful
[extras]
name=CentOS-5 - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=extras

baseurl=http://ftp.sjtu.edu.cn/centos/5.3/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5 - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=centosplus
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5

#contrib - packages by Centos Users
[contrib]
name=CentOS-5 - Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=contrib
baseurl=http://ftp.sjtu.edu.cn/centos/5.3/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
发表于 2009-6-24 20:17:04 | 显示全部楼层
mirrorlist  用它获取官方提供的动态的源列表,不错的
baseurl     强制指定一个源地址

release     版本号、分支号
enabled=0 这段[centosplus]所提供的源是不是用?0,禁用(但可以通过参数临时开启)  1,启用
回复 支持 反对

使用道具 举报

发表于 2009-6-24 20:42:14 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-6-25 00:36:42 | 显示全部楼层
Post by yourfriend;2000941
mirrorlist  用它获取官方提供的动态的源列表,不错的
baseurl     强制指定一个源地址

release     版本号、分支号
enabled=0 这段[centosplus]所提供的源是不是用?0,禁用(但可以通过参数临时开启)  1,启用


repo=os是什么意思?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表