You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
768 B
15 lines
768 B
1 year ago
|
# 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=http://dl.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/
|
||
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9/AppStream/$basearch/os/
|
||
|
repo --name=CRB --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9/CRB/$basearch/os/
|
||
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9/extras/$basearch/os
|
||
|
|
||
|
# ELRepo
|
||
|
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el9/$basearch/ --cost=200
|
||
|
|
||
|
# URL to the base os repo
|
||
|
url --url=http://dl.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/
|
||
|
#url --url=http://10.100.0.1/pub/deps
|