2021-06-04 17:42:06 +00:00
|
|
|
# These should change based on the major/minor release
|
|
|
|
|
|
|
|
# Deps repo, there are some anaconda packages that are *not* available by default
|
2021-06-04 18:24:14 +00:00
|
|
|
repo --name=livedeps --includepkgs=anaconda-live --cost=500 --baseurl=https://kojidev.rockylinux.org/kojifiles/repos/dist-rocky8_4-updates-build/latest/$basearch/
|
2021-06-04 17:42:06 +00:00
|
|
|
|
|
|
|
# Base repos
|
2021-06-04 18:24:14 +00:00
|
|
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$basearch/os/
|
|
|
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/AppStream/$basearch/os/
|
|
|
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/PowerTools/$basearch/os/
|
2021-06-04 17:42:06 +00:00
|
|
|
|
|
|
|
# URL to the base os repo
|
2021-06-04 18:24:14 +00:00
|
|
|
url --url=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$basearch/os/
|