CentOS 6.9 镜像列表问题找不到镜像列表

CentOS 6.9 镜像列表问题找不到镜像列表

我在 CentOS 6.9 上遇到镜像列表问题。我尝试使用baseurl=https://vault.centos.org/6.9/os/x86_64/in /etc/yum.repos.d,但几乎什么都没有,甚至没有 vim。然后我尝试使用mirrorlist=http://mirrorlist.centos.org/?release=6&arch=i386&repo=os&infra=stock,但突然链接不活跃。然后我尝试使用此链接,但版本等于 7,但yum由于版本之间存在冲突而尝试重新安装整个系统。

你能给我提供 CentOS 6.9 i386 的 yum 配置吗?

这是最后的配置:

[centos-old.repo]
name=centos-old
mirrorlist=http://mirrorlist.centos.org/?release=7&arch=i386&repo=os&infra=stock
#baseurl=https://vault.centos.org/6.9/os/x86_64/
enabled=1
gpgcheck=0

有用的信息:

[root@host  yum.repos.d]# cat /etc/*release
CentOS release 6.9 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
CentOS release 6.9 (Final)
CentOS release 6.9 (Final)
[root@host  yum.repos.d]# uname -p
i686
[root@host  yum.repos.d]#

相关内容