summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-09 22:25:33 -0400
committerAndrew Cady <d@jerkface.net>2018-07-09 22:25:33 -0400
commit67994be688ab65d9f135e920410f546b84de200d (patch)
tree73efaf8ac502886f8c683fa6e4f566996f162ed6 /examples
parent93745db66c1295b10a7917120b2cc121f5b0c9ae (diff)
added config directive "chroot-commands"
Diffstat (limited to 'examples')
-rw-r--r--examples/lexmark.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/lexmark.yaml b/examples/lexmark.yaml
index 08e2427..b35c68e 100644
--- a/examples/lexmark.yaml
+++ b/examples/lexmark.yaml
@@ -1,6 +1,9 @@
1parent: minbase 1parent: minbase
2packages: 2packages:
3- cups 3- cups
4- sudo
4- "../lexmark/lexmark-printer-utility-1.0-2.amd64.deb" 5- "../lexmark/lexmark-printer-utility-1.0-2.amd64.deb"
5- "../lexmark/lexmark-inkjet-legacy-1.0-1.amd64.deb" 6- "../lexmark/lexmark-inkjet-legacy-1.0-1.amd64.deb"
6binaries: [] 7binaries: []
8chroot-commands:
9- "useradd u -G sudo -m -p '' -s /bin/bash"