| 3 |
- |
1 |
# CentOS-Media.repo
|
|
|
2 |
#
|
|
|
3 |
# This repo can be used with mounted DVD media, verify the mount point for
|
|
|
4 |
# CentOS-6. You can use this repo and yum to install items directly off the
|
|
|
5 |
# DVD ISO that we release.
|
|
|
6 |
#
|
|
|
7 |
# To use this repo, put in your DVD and use it with the other repos too:
|
|
|
8 |
# yum --enablerepo=c6-media [command]
|
|
|
9 |
#
|
|
|
10 |
# or for ONLY the media repo, do this:
|
|
|
11 |
#
|
|
|
12 |
# yum --disablerepo=\* --enablerepo=c6-media [command]
|
|
|
13 |
|
|
|
14 |
[c6-media]
|
|
|
15 |
name=CentOS-$releasever - Media
|
|
|
16 |
baseurl=file:///media/CentOS/
|
|
|
17 |
file:///media/cdrom/
|
|
|
18 |
file:///media/cdrecorder/
|
|
|
19 |
gpgcheck=1
|
|
|
20 |
enabled=0
|
|
|
21 |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
|