From f6b1fdd08acf03c46d1d8e4ec7b288e7b9696150 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sat, 5 Oct 2024 19:12:52 +1000 Subject: [PATCH] fix kiskstart repo commands --- Packages/sme-kickstart.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/sme-kickstart.cfg b/Packages/sme-kickstart.cfg index b4f05f1..7479e06 100644 --- a/Packages/sme-kickstart.cfg +++ b/Packages/sme-kickstart.cfg @@ -25,10 +25,10 @@ eula --agreed # Add netinstall repos #this one gives curl 6 errors on netinstall while added manually works from time to time #url --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-x86_64 -repo --name=smeos https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch +repo --name=smeos --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch url https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch -repo --name=rocky8 https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ -url https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ +repo --name=rocky8 --baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ +#url https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ #repo --name=smeos --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-x86_64 #repo --name=smeupdates --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeupdates-11-x86_64