I am writing a kickstart file to configure a CentOS 7 installation. I'd like to install some packages from the Fedora EPEL repository, so I'm adding a repo command to the configuration.
I'm having trouble finding the canonical URL I should use for the --mirrorlist option. Where would this be documented?
repo --name=epel --mirrorlist=<which url?> %packages # various packages %end I didn't see anything listed in the EPEL FAQ and Fedora's mirror manager site just has a bunch of human-readable pages. In addition, the kickstart documentation does not document what the format of a mirror list must be.