On 8/13/24 14:18, Stephen Smoogen wrote:
On Tue, 13 Aug 2024 at 15:54, Fabian Arrotin arrfab@centos.org wrote:
On 13/08/2024 21:50, Troy Dawson wrote:
It's hard to tell without the full kickstart file. Also, are you using the network install or the DVD install?
It was discussed on irc (in #centos) and it was just an error pointing to epel10 , which had internal links (from koji bootstrap repo) so once removed it was working (I'll let Orion expand if he wants to)
#IRC is not dead :)
Basically it is a standard problem with using a config from koji for EPEL referring to URLs which are internal to Fedora only versus using a compose. So the kickstart tried to pull stuff from infrastructure versus the right downloads due to some redirects.
Recent discussion though of the mock/copr configs for EPEL 10 on fedora-devel showed me the correct incantation:
repo --name=epel-10-koji-x86_64 --baseurl=https://kojipkgs.fedoraproject.org/repos/epel10.0-build/latest/x86_64/ --cost=2000
It's the cost parameter that will prevent dnf from trying to use epel for the core OS packagaes