Skip to content

Commit 80287fd

Browse files
committed
drop plugdev group
1 parent 369bb22 commit 80287fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ passwd --lock root
146146
147147
# create user
148148
groupadd -r autologin
149-
useradd -m ${USERNAME} -G autologin,wheel,plugdev
149+
useradd -m ${USERNAME} -G autologin,wheel
150150
echo "${USERNAME}:${USERNAME}" | chpasswd
151151
152152
# set the default editor, so visudo works

0 commit comments

Comments
 (0)