Skip to content

Commit

Permalink
stage4: add printing support
Browse files Browse the repository at this point in the history
  • Loading branch information
XECDesign committed Nov 17, 2020
1 parent dd96ca1 commit 6c21cc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage4/05-print-support/00-packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cups
system-config-printer
5 changes: 5 additions & 0 deletions stage4/05-print-support/01-run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -e

on_chroot <<EOF
adduser "$FIRST_USER_NAME" lpadmin
EOF

0 comments on commit 6c21cc1

Please sign in to comment.