From c89c9254a00d014a3120f68a0f7fcfb043ed8153 Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 20 Feb 2017 15:39:23 +0100 Subject: [PATCH] manjaro-tools.conf: remove profile_repo setting --- README.md | 3 --- data/manjaro-tools.conf | 3 --- lib/util.sh | 4 ++-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6d27b77..1ce7c51 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/data/manjaro-tools.conf b/data/manjaro-tools.conf index 5640758..b5db79c 100644 --- a/data/manjaro-tools.conf +++ b/data/manjaro-tools.conf @@ -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 diff --git a/lib/util.sh b/lib/util.sh index 2d42185..d1ca1ef 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -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"