diff --git a/lib/util-iso.sh b/lib/util-iso.sh index c5a7056..f191e32 100644 --- a/lib/util-iso.sh +++ b/lib/util-iso.sh @@ -345,8 +345,10 @@ make_image_live() { copy_overlay "${profile_dir}/live-overlay" "${path}" configure_live_image "${path}" - configure_branding "${path}" - msg "Done [Distribution: Release ${dist_release} Codename ${dist_codename}]" + if [[ ${profile} != "architect" ]]; then + configure_branding "${path}" + msg "Done [Distribution: Release ${dist_release} Codename ${dist_codename}]" + fi reset_pac_conf "${path}"