반응형
Cen6 가 2020년 12월 31일로 Repo가 만료되어 주소를 아래 다른 미러사이트로 변경해야합니다.
# 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.
#
#
[base]
name=CentOS-6.5 - Base
#mirrorlist=http://#mirrorlist.centos.org/?release=6.5&arch=$basearch&repo=os
baseurl=https://vault.centos.org/6.5/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-6.5 - Updates
#mirrorlist=http://#mirrorlist.centos.org/?release=6.5&arch=$basearch&repo=updates
baseurl=https://vault.centos.org/6.5/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-6.5 - Extras
#mirrorlist=http://#mirrorlist.centos.org/?release=6.5&arch=$basearch&repo=extras
baseurl=https://vault.centos.org/6.5/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-6.5 - Plus
#mirrorlist=http://#mirrorlist.centos.org/?release=6.5&arch=$basearch&repo=centosplus
baseurl=https://vault.centos.org/6.5/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-6.5 - Contrib
#mirrorlist=http://#mirrorlist.centos.org/?release=6.5&arch=$basearch&repo=contrib
baseurl=https://vault.centos.org/6.5/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
반응형
'👨🏻💻Infra > 🐧Linux' 카테고리의 다른 글
ISCSI Initiator (0) | 2021.04.13 |
---|---|
NFS /etc/fstab netdev (0) | 2021.04.12 |
Linux V3 설치 (0) | 2021.03.22 |
Linux 로그가 안쌓이는 증상 (0) | 2021.01.26 |
iptables 로 DDOS 방어 하기 (0) | 2020.12.15 |