manjaro-tools.conf: remove profile_repo setting

This commit is contained in:
udeved 2017-02-20 15:39:23 +01:00
parent 00810ca7fc
commit c89c9254a0
3 changed files with 2 additions and 8 deletions

View file

@ -88,9 +88,6 @@ overriding
################ buildiso ################
# the name of the profiles directory
# profile_repo='manjaro-tools-iso-profiles'
# default iso build list; name without .list extension
# build_list_iso=default

View file

@ -37,9 +37,6 @@
################ buildiso ################
# the name of the profiles directory
# profile_repo='iso-profiles'
# default iso build list; name without .list extension
# build_list_iso=default

View file

@ -295,6 +295,8 @@ init_buildiso(){
cache_dir_iso="${cache_dir}/iso"
profile_repo='iso-profiles'
##### iso settings #####
[[ -z ${dist_release} ]] && dist_release=$(get_release)
@ -315,8 +317,6 @@ init_buildiso(){
[[ -z ${use_overlayfs} ]] && use_overlayfs='true'
[[ -z ${profile_repo} ]] && profile_repo='iso-profiles'
[[ -z ${gpgkey} ]] && gpgkey=''
mhwd_repo="/opt/pkg"