From bc77e2ee7db71b3f9fb36f492c6071dc441b0efe Mon Sep 17 00:00:00 2001 From: udeved Date: Fri, 3 Feb 2017 01:03:52 +0100 Subject: [PATCH] buildiso: don't add user to disk grp --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 71d4b8f..7effe2e 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -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