当前位置:首页 > 建站学院 > 服务器 >  CentOS-Media.repo

CentOS-Media.repo

服务器   发布日期:2025年05月16日   浏览次数:345
# CentOS-Media.repo
#
# This repo is used to mount the default locations for a CDROM / DVD on
# CentOS-6. You can use this repo and yum to install items directly off the
# DVD ISO that we release.
#
# To use this repo, put in your DVD and use it with the other repos too:
# yum --enablerepo=c6-media [command]
#
# or for ONLY the media repo, do this:
#
# yum --disablerepo=\* --enablerepo=c6-media [command]

[c6-media]
name=CentOS-$releasever - Media
baseurl=file:///media/CentOS/
file:///media/cdrom/
file:///media/cdrecorder/
gpgcheck=
enabled=
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-
~

以上就是CentOS-Media.repo的详细内容,更多关于CentOS-Media.repo的资料请关注九品源码其它相关文章!