# OPTIONAL. Standardmaessig fragt sync.sh fuer die "was kann Alma sowieso # schon aufloesen?"-Pruefung einfach die im Mirror-Image bereits vorhandenen # System-Repos ab (das Image ist selbst AlmaLinux, hat also baseos/appstream/ # extras/crb + epel schon konfiguriert) - dafuer ist diese Datei NICHT noetig. # # Setze die Env-Variable ALMA_BASELINE_REPOSDIR=/etc/mirror/alma-baseline.repo.d, # wenn du stattdessen explizit gegen andere/eigene Repo-Definitionen pruefen # willst (z.B. anderer Releasever, eigener interner Alma-Spiegel). Es wird # daraus nie etwas gespiegelt, nur `dnf repoquery` dagegen ausgefuehrt. [baseos] name=AlmaLinux $releasever - BaseOS mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos gpgcheck=1 gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-10 enabled=1 [appstream] name=AlmaLinux $releasever - AppStream mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream gpgcheck=1 gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-10 enabled=1 [extras] name=AlmaLinux $releasever - Extras mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras gpgcheck=1 gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-10 enabled=1 [crb] name=AlmaLinux $releasever - CRB mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/crb gpgcheck=1 gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-10 enabled=1 [epel] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir gpgcheck=1 gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10 enabled=1