summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-10 04:42:50 -0400
committerAndrew Cady <d@jerkface.net>2018-07-10 05:46:33 -0400
commite6d7f0fcc5475b7cbd6b675fc2d4954838410c21 (patch)
tree2c0aeea73ea03c630ed172e81122e46d6cfe7e5b /examples
parent8bca4cb18e18977c594fbebf5cbebb909bc0ef4b (diff)
add example fs config files
the samizdat config files do not yet replace build-rootfs.sh, but they only lack a few things
Diffstat (limited to 'examples')
l---------examples/_build1
-rw-r--r--examples/lexmark.yaml3
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/_build b/examples/_build
new file mode 120000
index 0000000..54c0963
--- /dev/null
+++ b/examples/_build
@@ -0,0 +1 @@
../_build \ No newline at end of file
diff --git a/examples/lexmark.yaml b/examples/lexmark.yaml
index b35c68e..e930ca7 100644
--- a/examples/lexmark.yaml
+++ b/examples/lexmark.yaml
@@ -1,7 +1,8 @@
1parent: minbase 1parent: local
2packages: 2packages:
3- cups 3- cups
4- sudo 4- sudo
5- systemd-sysv
5- "../lexmark/lexmark-printer-utility-1.0-2.amd64.deb" 6- "../lexmark/lexmark-printer-utility-1.0-2.amd64.deb"
6- "../lexmark/lexmark-inkjet-legacy-1.0-1.amd64.deb" 7- "../lexmark/lexmark-inkjet-legacy-1.0-1.amd64.deb"
7binaries: [] 8binaries: []