buildiso: don't add user to disk grp

This commit is contained in:
udeved 2017-02-03 01:03:52 +01:00
parent 80c6cb33d1
commit bc77e2ee7d

View file

@ -415,7 +415,7 @@ load_profile_config(){
[[ -z ${login_shell} ]] && login_shell='/bin/bash'
if [[ -z ${addgroups} ]];then
addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel"
addgroups="video,power,storage,optical,network,lp,scanner,wheel"
fi
if [[ -z ${enable_systemd[@]} ]];then