[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
parent 74e6ff442d
commit 2d75cc3db4

View file

@ -25,9 +25,9 @@ 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}"
msg2 "kernel: ${kernel}"