]> git.siccegge.de Git - forks/vmdebootstrap.git/blob - examples/README.txt
Create useable fstab for kfreebsd systems
[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 /usr/share/vmdebootstrap/examples/beagleboneblack.sh --image bbb.img
20
21 Examples will run vmdebootstrap with sudo, you may be asked for
22 authentication.
23
24 Arguments other than those already included in the shortcut can also
25 be supplied, where required. e.g. --size, --variant, --package (can be
26 specified multiple times), --hostname, --sudo, --root-password or
27 --lock-root-password.
28
29 CubieTruck
30 ----------
31
32 Currently untested and lacking u-boot support.