From 672a65999fe8f47c51daddb12f8dcc6e6be0b2d8 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 1 Nov 2024 12:22:54 +1100 Subject: [PATCH] try file in url --- isocreate.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isocreate.ks b/isocreate.ks index 60d8e12..49bd16c 100644 --- a/isocreate.ks +++ b/isocreate.ks @@ -20,7 +20,7 @@ eula --agreed #network --bootproto=dhcp # Install from ?? -url --url=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch +url --url=file://mnt/koji/repos-dist/smeserver11/latest/$basearch # Add netinstall repos #this one gives curl 6 errors on netinstall while added manually works from time to time