Merge pull request #958 from bill-auger/patch-2

avoid pinging hard-coded server for netinstall.yaml
This commit is contained in:
Adriaan de Groot 2018-05-22 12:08:01 +02:00 committed by GitHub
commit 3133e759d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,10 @@
--- ---
# This is the URL that is retrieved to get the netinstall groups-and-packages # 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). # data (which should be in the format described in netinstall.yaml), e.g.:
groupsUrl: http://chakraos.org/netinstall.php # 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 # If the installation can proceed without netinstall (e.g. the Live CD
# can create a working installed system, but netinstall is preferred # can create a working installed system, but netinstall is preferred