fix kiskstart repo commands

This commit is contained in:
Trevor Batley 2024-10-05 19:12:52 +10:00
parent 4c3e3be4ba
commit f6b1fdd08a

View File

@ -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