From 8b30d7e99dffe892c49880563e7c8993eda26a56 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Fri, 14 Jul 2017 16:00:10 +1000 Subject: [PATCH] Audio group permission missing Without this, the pine64 user will not have audio access! --- simpleimage/make_rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleimage/make_rootfs.sh b/simpleimage/make_rootfs.sh index 33828908..67a164d8 100755 --- a/simpleimage/make_rootfs.sh +++ b/simpleimage/make_rootfs.sh @@ -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