我需要在我的 SpaceWalk 系统中为 Centos 8 定义更新镜像列表。我无法找到正确的更新 URL。
对于 Centos 7 我使用这个:
curl 'http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates'
同样不适用于 CentOS 8
curl 'http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=updates'
Invalid release/repo/arch combination
如何找到 CentOS 8 正确的更新镜像列表?