From 3b31aac16fb96af54f135f5ed32f480257a5c910 Mon Sep 17 00:00:00 2001 From: udeved Date: Tue, 25 Oct 2016 17:11:42 +0200 Subject: [PATCH] buildiso: adjust netgroups --- data/profile.conf.example | 2 +- lib/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/profile.conf.example b/data/profile.conf.example index cf59391..53420b0 100644 --- a/data/profile.conf.example +++ b/data/profile.conf.example @@ -38,7 +38,7 @@ # netinstall="false" # 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 # chrootcfg="false" diff --git a/lib/util.sh b/lib/util.sh index 0147988..8982669 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -456,7 +456,7 @@ load_profile_config(){ #[[ -z ${netgroups} ]] && -- needs to be hardcoded for now, until a standard 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'