diff --git a/Makefile b/Makefile index 1621743..94f9772 100644 --- a/Makefile +++ b/Makefile @@ -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)