Hi,
I'm trying to port a CentOS 8 Stream kickstart file to CentOS 9 Stream, but I cannot find what repo mirrorlist url's I now have to use.
For CentOS 8 Stream I had:
repo --name=centos-baseos --mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=Base... repo --name=centos-appstream --mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppS... repo --name=centos-extras --mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=Extr... repo --name=centos-powertools --mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=Powe...
Just replacing the 8 by 9 does not work, as those url's produce an "Invalid release/repo/arch combination" error. UNfortunately I couldn't find info about this on the CentOS site so far.
Thanks in advance,
Once upon a time, Jos Vos jos@xos.nl said:
I'm trying to port a CentOS 8 Stream kickstart file to CentOS 9 Stream, but I cannot find what repo mirrorlist url's I now have to use.
The metalinks are preferred now (not sure if there are mirrorlist entries for 9-Stream). I have:
url --metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86... repo --name=appstream --metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-9-stream&arch=... repo --name=crb --metalink=https://mirrors.centos.org/metalink?repo=centos-crb-9-stream&arch=x86_64