forked from sig_core/kickstarts
use koji as a reference
This commit is contained in:
parent
22f7ee93f8
commit
cfc85ef73e
@ -1,12 +1,12 @@
|
||||
# These should change based on the major/minor release
|
||||
|
||||
# Deps repo, there are some anaconda packages that are *not* available by default
|
||||
repo --name=LiveDeps --baseurl=http://dl.rockylinux.org/pub/rocky/8.3/LiveDeps/x86_64/os/
|
||||
repo --name=livedeps --cost=500 --baseurl=https://kojidev.rockylinux.org/kojifiles/repos/dist-rocky8_4-updates-build/latest/x86_64/
|
||||
|
||||
# Base repos
|
||||
repo --name=BaseOS --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/x86_64/os/
|
||||
repo --name=AppStream --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/AppStream/x86_64/os/
|
||||
repo --name=PowerTools --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/PowerTools/x86_64/os/
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/x86_64/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/AppStream/x86_64/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/PowerTools/x86_64/os/
|
||||
|
||||
# URL to the base os repo
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/x86_64/os/
|
||||
|
Loading…
Reference in New Issue
Block a user