update repos

This commit is contained in:
Pratham Patel 2023-08-11 20:45:19 +05:30
parent b0fce474b8
commit 4602ef58db
No known key found for this signature in database
1 changed files with 8 additions and 10 deletions

View File

@ -5,9 +5,10 @@ url --url=https://download.rockylinux.org/pub/rocky/9/BaseOS/aarch64/os
# 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 --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=AppStream-9&arch=aarch64
repo --install --name=BaseOS --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=BaseOS-9&arch=aarch64
repo --install --name=CRB --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=CRB-9&arch=aarch64
repo --install --name=AppStream --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=AppStream-9&arch=aarch64
repo --install --name=BaseOS --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=BaseOS-9&arch=aarch64
repo --install --name=CRB --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=CRB-9&arch=aarch64
repo --install --name=SIG-AltArch --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=rocky-sig-altarch-common-9&arch=aarch64
# Enable EPEL
# TODO: disable this
@ -18,13 +19,10 @@ repo --install --name=EPEL --mirrorlist=https://mirrors.fedoraproject.org/mirror
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=COPR-thefossguy --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/epel-carryover/epel-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
# Pratham Patel's (thefossguy) COPR for SIG/AltArch stuff
# Enable this for the following SBCs:
# - Orange Pi 5 (non B, non Pro models)
#repo --install --name=COPR-thefossguy --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/rocky-9-sig-altarch/rhel-9-aarch64
# Enable two additional repositories
# <sig-altarch>: All SBC-specific stuff that is not "Enterprise Linux" (uboot, on-board WiFi/BT firmware and other tools)