printer/scanner group added for new user

This commit is contained in:
ed barz 2020-10-27 14:00:09 +01:00
parent 334d5ce694
commit 1dc0415a09
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ run-post-install: post-install
chroot $(MNTDIR) /usr/local/bin/post-install.sh chroot $(MNTDIR) /usr/local/bin/post-install.sh
nuser: nuser:
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio,lp,scanner
chroot $(MNTDIR) passwd $(NUSRNAME) chroot $(MNTDIR) passwd $(NUSRNAME)
chroot $(MNTDIR) dot-install $(NUSRNAME) chroot $(MNTDIR) dot-install $(NUSRNAME)