Merge branch 'master' into arm64
This commit is contained in:
commit
fbdcaaf4f8
2 changed files with 7 additions and 0 deletions
2
stage4/05-print-support/00-packages
Normal file
2
stage4/05-print-support/00-packages
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
cups
|
||||||
|
system-config-printer
|
5
stage4/05-print-support/01-run.sh
Executable file
5
stage4/05-print-support/01-run.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
on_chroot <<EOF
|
||||||
|
adduser "$FIRST_USER_NAME" lpadmin
|
||||||
|
EOF
|
Loading…
Reference in a new issue