2021-11-10 20:23:14 +00:00
|
|
|
# These should change based on the major/minor release
|
|
|
|
|
|
|
|
# Deps repo, there are some anaconda packages that are *not* available by default
|
2022-11-11 20:43:10 +00:00
|
|
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
|
|
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/
|
|
|
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/
|
|
|
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os
|
2021-11-10 20:23:14 +00:00
|
|
|
|
|
|
|
# ELRepo
|
|
|
|
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
|
|
|
|
|
|
|
# URL to the base os repo
|
2022-11-11 20:43:10 +00:00
|
|
|
url --url=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
2021-11-10 20:23:14 +00:00
|
|
|
#url --url=http://10.100.0.1/pub/deps
|