rocky-linux-generic-images/includes/rocky-9-repos.ksi
2023-08-06 19:54:58 +05:30

34 lines
2.0 KiB
Plaintext

# Specify where our (Rocky Linux's) "base" resides
url --url=https://download.rockylinux.org/pub/rocky/9/BaseOS/aarch64/os
# Mirrors for the default repositories
# the 'kernel-*' packages are disabled from these "default" repositories
# because we will use either the LTS kernel or the latest mainline kernel
# from the '<sig-kernel>' repo
repo --install --name=AppStream --baseurl=https://download.rockylinux.org/pub/rocky/9/AppStream/aarch64/os
repo --install --name=BaseOS --baseurl=https://download.rockylinux.org/pub/rocky/9/BaseOS/aarch64/os
repo --install --name=CRB --baseurl=https://download.rockylinux.org/pub/rocky/9/CRB/aarch64/os
# Enable EPEL
# TODO: disable this
repo --install --name=EPEL --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/
# Enable the Kernel ELRepo for the mainline kernel
# TODO: disable this after <sig-kernel> is ready
#repo --install --name=ELRepo --mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo.el9
#repo --install --name=ELRepo-Kernel --mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-kernel.el9
# Temporarily enable my COPR for SIG/AltArch stuff
# TODO: disable this
repo --install --name=SIG-AltArch-OPI5 --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/rocky-9-sig-altarch/rhel-9-aarch64/
# Enable Sherif's repo (contains all the necessary firmware + uboot stuff)
# TODO: disable this after <sig-altarch> is ready
#repo --name="instKern" --baseurl=https://rockyrepos.gnulab.org/gen_aarch64_el9/ --cost=100 --install # TODO: remove this
# Enable two additional repositories
# <sig-altarch>: All SBC-specific stuff that is not "Enterprise Linux" (uboot, on-board WiFi/BT firmware and other tools)
# <sig-kernel>: Newer kernels than what RHEL ships ('kernel-ml' and 'kernel-lts-<x.yy>')
#repo --install --name=<sig-altarch> --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=<sig-altarch>-9&arch=aarch64
#repo --install --name=<sig-kernel> --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=<sig-kernel>-9&arch=aarch64