From 6bc07a332de4e00fafc798987213b4bda6b10e9c Mon Sep 17 00:00:00 2001 From: nazunalika Date: Fri, 4 Jun 2021 11:24:14 -0700 Subject: [PATCH] fix basearch --- live/8/rocky-repo.ks | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/live/8/rocky-repo.ks b/live/8/rocky-repo.ks index f904a80..1622a56 100644 --- a/live/8/rocky-repo.ks +++ b/live/8/rocky-repo.ks @@ -1,12 +1,12 @@ # These should change based on the major/minor release # Deps repo, there are some anaconda packages that are *not* available by default -repo --name=livedeps --includepkgs=anaconda-live --cost=500 --baseurl=https://kojidev.rockylinux.org/kojifiles/repos/dist-rocky8_4-updates-build/latest/x86_64/ +repo --name=livedeps --includepkgs=anaconda-live --cost=500 --baseurl=https://kojidev.rockylinux.org/kojifiles/repos/dist-rocky8_4-updates-build/latest/$basearch/ # Base repos -repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/x86_64/os/ -repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/AppStream/x86_64/os/ -repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/PowerTools/x86_64/os/ +repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$basearch/os/ +repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/AppStream/$basearch/os/ +repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.4/PowerTools/$basearch/os/ # URL to the base os repo -url --url=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/x86_64/os/ +url --url=http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$basearch/os/