]> git.siccegge.de Git - forks/vmdebootstrap.git/commitdiff
Fix call to the example script and note requirement for sudo.
authorNeil Williams <codehelp@debian.org>
Thu, 28 Aug 2014 18:21:00 +0000 (11:21 -0700)
committerNeil Williams <codehelp@debian.org>
Thu, 28 Aug 2014 18:21:00 +0000 (11:21 -0700)
examples/README.txt

index a41d83d310645bdd1ef69697f41b45b9ce6dd442..cde28cf94b9e940cff30624d1f850848eb808080 100644 (file)
@@ -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.