Skip to content

Commit

Permalink
Merge pull request #9 from pfeerick-rock64/add-to-audio-group
Browse files Browse the repository at this point in the history
Add user to audio group
  • Loading branch information
ayufan authored Jul 14, 2017
2 parents f66288c + 481bdb8 commit cff40fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ apt-get install -y flash-kernel u-boot-tools
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,ssh $DEBUSER
usermod -a -G sudo,audio,adm,input,video,plugdev,ssh $DEBUSER
apt-get clean
EOF
echo -n UTC > "$DEST/etc/timezone"
Expand Down

0 comments on commit cff40fc

Please sign in to comment.