buildiso: adjust netgroups

This commit is contained in:
udeved 2016-10-25 17:11:42 +02:00
parent 79a1220901
commit 3b31aac16f
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
# netinstall="false" # netinstall="false"
# the default url for the netinstall.yaml # the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinst" # netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs # configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false" # chrootcfg="false"

View file

@ -456,7 +456,7 @@ load_profile_config(){
#[[ -z ${netgroups} ]] && -- needs to be hardcoded for now, until a standard has been established #[[ -z ${netgroups} ]] && -- needs to be hardcoded for now, until a standard has been established
# will be unlocked again after everything has been established. # will be unlocked again after everything has been established.
netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinst" netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
[[ -z ${geoip} ]] && geoip='true' [[ -z ${geoip} ]] && geoip='true'