add user to audio group

This commit is contained in:
ed barz 2020-05-04 01:52:41 +02:00
parent 6bb77c58dd
commit 690e5d55ef
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ post-install: tools
chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh
nuser:
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio
chroot $(MNTDIR) passwd $(NUSRNAME)
chroot $(MNTDIR) dot-install $(NUSRNAME)