summaryrefslogtreecommitdiff
path: root/examples/README.txt
blob: cde28cf94b9e940cff30624d1f850848eb808080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
----------------

/usr/share/vmdebootstrap/examples/beagleboneblack.sh --image bbb.img

Examples will run vmdebootstrap with sudo, you may be asked for
authentication.

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
----------

Currently untested and lacking u-boot support.