From d7b1811e5605f2a63fdefb57bd18088edd3d7d37 Mon Sep 17 00:00:00 2001 From: bill auger Date: Sat, 19 May 2018 19:13:46 -0400 Subject: [PATCH] avoid pinging hard-coded server for netinstall.yaml groupsUrl is optional and should be commented out by default also this URL is 404 also only chakra would ever want to ping the chakra server anyways --- src/modules/netinstall/netinstall.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/modules/netinstall/netinstall.conf b/src/modules/netinstall/netinstall.conf index f5977a267..fe99eb2be 100644 --- a/src/modules/netinstall/netinstall.conf +++ b/src/modules/netinstall/netinstall.conf @@ -1,7 +1,10 @@ --- # This is the URL that is retrieved to get the netinstall groups-and-packages -# data (which should be in the format described in netinstall.yaml). -groupsUrl: http://chakraos.org/netinstall.php +# data (which should be in the format described in netinstall.yaml), e.g.: +# groupsUrl: http://example.org/netinstall.php +# or it can be a locally installed file: +# groupsUrl: file:///usr/share/calamares/netinstall.yaml +# groupsUrl: file:///usr/share/calamares/netinstall.yaml # If the installation can proceed without netinstall (e.g. the Live CD # can create a working installed system, but netinstall is preferred