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,