forked from sig_core/kickstarts
Louis Abel
cde7be8a93
To reduce commits (every 6 months), this change makes it so "9" is the absolute default location as it should be symlinked to the latest in either staging or prod. With that being said, peridot repositories are also provided for automation purposes but also at the convenience of the user if they so choose to use those repos instead. And the readme was updated a bit.
15 lines
768 B
Plaintext
15 lines
768 B
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=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/el8/$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
|