forked from sig_core/kickstarts
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
# These should change based on the major/minor release
|
|
|
|
# Deps repo, there are some anaconda packages that are *not* available by default
|
|
repo --name=BaseOS --cost=200 --baseurl=https://mirror.stream.centos.org/9-stream/BaseOS/$basearch/os/
|
|
repo --name=AppStream --cost=200 --baseurl=https://mirror.stream.centos.org/9-stream/AppStream/$basearch/os/
|
|
repo --name=CRB --cost=200 --baseurl=https://mirror.stream.centos.org/9-stream/CRB/$basearch/os/
|
|
#repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9/extras/$basearch/os
|
|
|
|
# EPEL (required for KDE and XFCE)
|
|
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/
|
|
|
|
# EPEL-next (useful for CentOS-Stream)
|
|
repo --name=epel-next --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/next/9/Everything/$basearch/
|
|
|
|
|
|
# URL to the base os repo
|
|
url --url=https://mirror.stream.centos.org/9-stream/BaseOS/$basearch/os/
|
|
|
|
# Dirty hack so we have anaconda-live available:
|
|
repo --name=c9s-koji --cost=300 --baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/x86_64/
|
|
|