stage4: add printing support

This commit is contained in:
Serge Schneider 2020-11-17 15:13:18 +00:00
parent dd96ca1c86
commit 6c21cc1e4d
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
cups
system-config-printer

View file

@ -0,0 +1,5 @@
#!/bin/bash -e
on_chroot <<EOF
adduser "$FIRST_USER_NAME" lpadmin
EOF