首页 > 其他 > 详细

OS + CentOS 7 / yum.repo.d / yum

时间:2019-06-19 21:57:21      阅读:92      评论:0      收藏:0      [点我收藏+]

s

CentOS 7 yum

 文件:/etc/yum.repos.d/lindows.repo

[yum-cd]
name=cd rpm
baseurl=http://10.27.97.1/centos73/x86_64/os
gpgcheck=0
enabled=1

[centos73]
name=CentOS-7.3
baseurl=http://10.27.97.1/centos73/x86_64/
enabled=1
gpgcheck=0

[centos7.3]
name=CentOS-7.3
baseurl=http://192.168.86.5/centos73/x86_64/os/
enabled=1
gpgcheck=0

[centos7.3-updates]
name=CentOS-7.3 - Updates
baseurl=http://192.168.86.5/centos73/x86_64/updates/
enabled=1
gpgcheck=0

[dockerrepo]
name=Docker Repository
baseurl=http://10.27.97.35/docker/centos/7/
enabled=1
gpgcheck=0

[centosrepo]
name=CentOS Repository
baseurl=http://10.27.97.35/centos/7/x86_64/
enabled=1
gpgcheck=0

[update]
name=update
baseurl=http://10.27.97.35/centos/7/updates/x86_64/
enabled=1
gpgcheck=0

[update-os]
name=update-os
baseurl=http://10.27.97.35/centos/7/os/x86_64/
enabled=1
gpgcheck=0

[3rdparty]
name=3rdparty
baseurl=http://10.27.97.35/centos/7/3rdparty/
enabled=1
gpgcheck=0

 

 

end

OS + CentOS 7 / yum.repo.d / yum

原文:https://www.cnblogs.com/lindows/p/11054865.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!