Skip to content

Commit 8b30d7e

Browse files
committed
Audio group permission missing
Without this, the pine64 user will not have audio access!
1 parent 023976f commit 8b30d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleimage/make_rootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ apt-get -y update
187187
adduser --gecos $DEBUSER --disabled-login $DEBUSER --uid 1000
188188
chown -R 1000:1000 /home/$DEBUSER
189189
echo "$DEBUSER:$DEBUSERPW" | chpasswd
190-
usermod -a -G sudo,adm,input,video,plugdev $DEBUSER
190+
usermod -a -G sudo,adm,audio,input,video,plugdev $DEBUSER
191191
apt-get -y autoremove
192192
apt-get clean
193193
EOF

0 commit comments

Comments
 (0)