hey.

I know, this is a fed list!

I'm looking over a centos issue. I'm trying to find a copy of the kickstarter ks.cfg, or anaconda-ks.cg file from the centos8 iso.

I've got a copy of a centos7 and it has the lines

repo --name="os" --baseurl=http://mirrorsnap.centos.org/20180106/centos/7/os/x86_64/ --cost=100
repo --name="updates" --baseurl=http://mirrorsnap.centos.org/20180106/centos/7/updates/x86_64/ --cost=100
repo --name="extras" --baseurl=http://mirrorsnap.centos.org/20180106/centos/7/extras/x86_64/ --cost=100

however, when I check the "mirrorsnap.centos.org" it no longer seems to exist.

so I'm trying to see what the diff is before I assume I can just use another URL

thanks