summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2014-08-28 11:21:00 -0700
committerNeil Williams <codehelp@debian.org>2014-08-28 11:21:00 -0700
commit29046cffac74613e27663a6d174dc1d106951556 (patch)
tree938a1aaa0677cb3dee8b7ba2c0f470b782b24531 /examples
parent55ebe9480253cef01c3c092a50659bf70f9abc2a (diff)
downloadvmdebootstrap-29046cffac74613e27663a6d174dc1d106951556.tar.gz
Fix call to the example script and note requirement for sudo.
Diffstat (limited to 'examples')
-rw-r--r--examples/README.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/README.txt b/examples/README.txt
index a41d83d..cde28cf 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -16,7 +16,10 @@ The only required argument for each example is the image name.
Beaglebone-black
----------------
-sudo ./beagleboneblack.sh --image bbb.img
+/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
@@ -25,3 +28,5 @@ specified multiple times), --hostname, --sudo, --root-password or
CubieTruck
----------
+
+Currently untested and lacking u-boot support.