printer/scanner group added for new user
This commit is contained in:
parent
334d5ce694
commit
1dc0415a09
2
Makefile
2
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue