From 690e5d55ef2fd2562658b5e3315485b680aa9a49 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 4 May 2020 01:52:41 +0200 Subject: [PATCH] add user to audio group --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)