# 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 '' 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 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 is ready #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