aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRajiv Ranganath2019-07-02 02:20:19 +0000
committerStefano Stabellini2019-08-01 14:57:24 -0700
commit83334cb46f749091c66fa426b6e6c0b758ac208a (patch)
tree217316cda01f1baaf27ef5805ae56d0f7eb90628 /README.md
parent58abb0fde4e80227af85ecfb8a284d7d1bdf2e96 (diff)
Import a script to generate SD images.
Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fa45e7..becc052 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ $ docker build --force-rm --file Dockerfile.image -t imagebuilder .
## `/imagebuilder_run`
```
-$ docker run --rm -ti -v /tmp:/tmp imagebuilder /imagebuilder_run
+$ docker run --rm --privileged=true -ti -v /tmp:/tmp -v /dev:/dev imagebuilder /imagebuilder_run
```
The generated files are in `/tmp/output`