Merge pull request #37 from jodh-intel/fix-image-builder-instructions

docs: Fix image builder instructions.
This commit is contained in:
James O. D. Hunt 2018-01-25 17:04:12 +00:00 committed by GitHub
commit 00d26de0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ This uses a rootfs directory created by the `rootfs-builder/rootfs.sh` script.
To create a guest OS image run: To create a guest OS image run:
``` ```
$ ./image_builder.sh path/to/rootfs $ sudo ./image_builder.sh path/to/rootfs
``` ```
Where `path/to/rootfs` is the directory populated by `rootfs.sh`. Where `path/to/rootfs` is the directory populated by `rootfs.sh`.