# Specify where our (EL distro) "base" resides url --url=https://download.rockylinux.org/pub/rocky/$releasever/BaseOS/$basearch/os # BaseURLs for the default repositories # The 'kernel-*' packages are disabled from these "default" repositories # because many of the SBCs require a kernel (be it LTS or stable) that is # newer than what our EL distro provide repo --install --name=AppStream --baseurl=https://download.rockylinux.org/pub/rocky/$releasever/AppStream/$basearch/os repo --install --name=BaseOS --baseurl=https://download.rockylinux.org/pub/rocky/$releasever/BaseOS/$basearch/os repo --install --name=CRB --baseurl=https://download.rockylinux.org/pub/rocky/$releasever/CRB/$basearch/os repo --install --name=SIG-AltArch --baseurl=https://download.rockylinux.org/pub/sig/$releasever/altarch/$basearch/altarch-common