Skip to content

Commit

Permalink
Merge pull request #27 from pfeerick/audio-group-fix
Browse files Browse the repository at this point in the history
Audio group permission missing
  • Loading branch information
ayufan committed Jul 16, 2017
2 parents e44cfd3 + 8b30d7e commit 293140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpleimage/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ apt-get -y update
adduser --gecos $DEBUSER --disabled-login $DEBUSER --uid 1000
chown -R 1000:1000 /home/$DEBUSER
echo "$DEBUSER:$DEBUSERPW" | chpasswd
usermod -a -G sudo,adm,input,video,plugdev $DEBUSER
usermod -a -G sudo,adm,audio,input,video,plugdev $DEBUSER
apt-get -y autoremove
apt-get clean
EOF
Expand Down

0 comments on commit 293140c

Please sign in to comment.