From 8b5a8df2115492a65f7efae7cc3d012e85ef09e7 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 28 Jul 2023 19:17:12 +0530 Subject: [PATCH] something osmething repo repo idr --- includes/rocky-9-repos.ksi | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/includes/rocky-9-repos.ksi b/includes/rocky-9-repos.ksi index 9ad6b0a..11201c5 100644 --- a/includes/rocky-9-repos.ksi +++ b/includes/rocky-9-repos.ksi @@ -9,18 +9,24 @@ repo --install --name=AppStream --mirrorlist=https://mirrors.rockylinux.org/mirr 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 -# Also enable EPEL? +# Enable EPEL +# TODO: disable this repo --install --name=EPEL --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64 -# Also enable ELRepo until isn't ready +# Enable the Kernel ELRepo for the mainline kernel +# TODO: disable this after is ready repo --install --name=ELRepo --mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-kernel.el9 -# Also also enable my COPR -repo --install --name=COPR-thefossguy --includepkgs=fish --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/epel-carryover/epel-9-aarch64 +# Enable my COPR +# 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 +repo --name="instKern" --baseurl=https://rockyrepos.gnulab.org/gen_aarch64_el9/ --cost=100 --install # TODO: remove this # Enable two additional repositories # : All SBC-specific stuff that is not "Enterprise Linux" (uboot, on-board WiFi/BT firmware and other tools) # : Newer kernels than what RHEL ships ('kernel-ml' and 'kernel-lts-') #repo --install --name= --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=-9&arch=aarch64 #repo --install --name= --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=-9&arch=aarch64 -repo --name="instKern" --baseurl=https://rockyrepos.gnulab.org/gen_aarch64_el9/ --cost=100 --install