]> git.siccegge.de Git - forks/vmdebootstrap.git/blob - examples/README.txt
Add examples to go into /usr/share to make it easier to create pre-defined images.
[forks/vmdebootstrap.git] / examples / README.txt
1 Examples
2 ========
3
4 The Freedombox project are using vmdebootstrap for ARM based images.
5
6 http://anonscm.debian.org/cgit/freedombox/freedom-maker.git/
7
8 Those scripts have been adapted to work directly within vmdebootstrap
9 as customise scripts in this examples directory.
10
11 There are also examples which fold all of the options into a single
12 script which just needs to be called with a size and an image name.
13
14 The only required argument for each example is the image name.
15
16 Beaglebone-black
17 ----------------
18
19 sudo ./beagleboneblack.sh --image bbb.img
20
21 Arguments other than those already included in the shortcut can also
22 be supplied, where required. e.g. --size, --variant, --package (can be
23 specified multiple times), --hostname, --sudo, --root-password or
24 --lock-root-password.
25
26 CubieTruck
27 ----------