diff --git a/bin/buildiso.in b/bin/buildiso.in index c6a1ea9..fe99cc6 100755 --- a/bin/buildiso.in +++ b/bin/buildiso.in @@ -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}"