From 481bdb863f05bfaf171f50b352223e991607998e Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Fri, 14 Jul 2017 20:57:08 +1000 Subject: [PATCH] Added user to audio group Will be needed when sound works --- rootfs/make_rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/make_rootfs.sh b/rootfs/make_rootfs.sh index a679ff3..d004613 100755 --- a/rootfs/make_rootfs.sh +++ b/rootfs/make_rootfs.sh @@ -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"