summaryrefslogtreecommitdiff
path: root/examples/README.txt
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2014-08-25 19:42:52 -0700
committerNeil Williams <codehelp@debian.org>2014-08-25 19:42:52 -0700
commit453fbcec4ab1770daab88e0217b12dcfaa6a765b (patch)
tree27e1fc5a957cf9cc9e571ea7b3ad95d1efd944cb /examples/README.txt
parent323303dc20128416dd7fe40defe2a081632d0518 (diff)
downloadvmdebootstrap-453fbcec4ab1770daab88e0217b12dcfaa6a765b.tar.gz
Add examples to go into /usr/share to make it easier to create pre-defined images.
Diffstat (limited to 'examples/README.txt')
-rw-r--r--examples/README.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/README.txt b/examples/README.txt
new file mode 100644
index 0000000..a41d83d
--- /dev/null
+++ b/examples/README.txt
@@ -0,0 +1,27 @@
+Examples
+========
+
+The Freedombox project are using vmdebootstrap for ARM based images.
+
+http://anonscm.debian.org/cgit/freedombox/freedom-maker.git/
+
+Those scripts have been adapted to work directly within vmdebootstrap
+as customise scripts in this examples directory.
+
+There are also examples which fold all of the options into a single
+script which just needs to be called with a size and an image name.
+
+The only required argument for each example is the image name.
+
+Beaglebone-black
+----------------
+
+sudo ./beagleboneblack.sh --image bbb.img
+
+Arguments other than those already included in the shortcut can also
+be supplied, where required. e.g. --size, --variant, --package (can be
+specified multiple times), --hostname, --sudo, --root-password or
+--lock-root-password.
+
+CubieTruck
+----------