diff --git a/bin/buildiso.in b/bin/buildiso.in index 517e458..197c5b9 100755 --- a/bin/buildiso.in +++ b/bin/buildiso.in @@ -45,6 +45,7 @@ show_profile(){ msg2 "password: %s" "${password}" msg2 "login_shell: %s" "${login_shell}" msg2 "addgroups: %s" "${addgroups}" + [[ -n ${smb_workgroup} ]] && msg2 "smb_workgroup: %s" "${smb_workgroup}" if [[ ${initsys} == 'systemd' ]];then msg2 "enable_systemd: %s" "${enable_systemd[*]}" diff --git a/lib/util.sh b/lib/util.sh index ca053ca..13206df 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -457,7 +457,7 @@ load_profile_config(){ [[ -z ${netgroups} ]] && netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall" - [[ -z ${smb_workgroup} ]] && smb_workgroup='Manjaro' + [[ -z ${smb_workgroup} ]] && smb_workgroup='' check_profile_vars