From 1dc0415a09a6431261b44bdcb38a98dec72b8aa5 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 27 Oct 2020 14:00:09 +0100 Subject: [PATCH] printer/scanner group added for new user --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18dc93b..8f9ac36 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ run-post-install: post-install chroot $(MNTDIR) /usr/local/bin/post-install.sh nuser: - chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio + chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio,lp,scanner chroot $(MNTDIR) passwd $(NUSRNAME) chroot $(MNTDIR) dot-install $(NUSRNAME)