From 13eda742aa4bbf6dbf141855b98cca3b9ad1ecc1 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 24 Oct 2024 13:53:10 +1100 Subject: [PATCH] change to url method --- isocreate.ks | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/isocreate.ks b/isocreate.ks index 1f37c9e..897ae81 100644 --- a/isocreate.ks +++ b/isocreate.ks @@ -21,18 +21,20 @@ eula --agreed # Start network #network --bootproto=dhcp -# Install from the cdrom -cdrom +# Install from ?? +url # 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 --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch -#url --url=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch -#repo --name=rocky8base --baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ -#url --url=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ -#repo --name=rocky8app --baseurl=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/ -#url --url=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/ +repo --name=smeos --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch +url --url=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch +repo --name=rocky8base --baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ +url --url=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/ +repo --name=rocky8app --baseurl=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/ +url --url=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/ +repo --name=epel8 --baseurl=https://muug.ca/mirror/fedora-epel/8/Everything/$basearch/ +url --url=https://muug.ca/mirror/fedora-epel/8/Everything/$basearch/ #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