[buildiso] display just is_custom_pac_conf instead of full path

This commit is contained in:
udeved 2015-05-10 22:27:27 +02:00 committed by Ramon Buldó
parent 770e0876e2
commit 108273a2e9

View file

@ -25,8 +25,8 @@ show_profile(){
load_profile "$1"
msg2 "work_dir: ${work_dir}"
msg2 "iso_file: ${iso_file}"
msg2 "pacman_conf: ${pacman_conf}"
[[ -n ${keep_repos} ]] && msg2 "keep_repos: ${keep_repos[*]}"
#msg2 "pacman_conf: ${pacman_conf}"
msg2 "is_custom_pac_conf: ${is_custom_pac_conf}"
msg2 "initsys: ${initsys}"
msg2 "displaymanager: ${displaymanager}"