base_repos.txt

Download base_repos.txt

If you can't read please download the document

Upload: martin-torres

Post on 21-Oct-2015

12 views

Category:

Documents


5 download

TRANSCRIPT

# # # # # # # # # # #

CentOS-Base.repo The mirror system uses the connecting IP address of the client and the update status of each mirror to pick mirrors that are updated to and geographically close to the client. You should use this for CentOS updates unless you are manually picking other mirrors. If the mirrorlist= does not work for you, as a fall back you can try the remarked out baseurl= line instead.

[base32] name=CentOS-$releasever - Base 32 baseurl=http://192.168.40.169/centos32/ #baseurl=http://localhost/centos32/ gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 enabled=0 [base64] name=CentOS-$releasever - Base 64 baseurl=http://192.168.40.169/centos64/ #baseurl=http://localhost/centos64/ gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 enabled=1 #released updates [update64] name=CentOS-$releasever - Updates baseurl=http://192.168.40.169/update64/ #baseurl=http://localhost/update64/ gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 enabled=1 #released updates [update32] name=CentOS-$releasever - Updates baseurl=http://192.168.40.169/update32/ #baseurl=http://localhost/update32/ gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 enabled=0