docs: Fix image builder instructions.

The `image_builder.sh` script must be run as `root`.

Fixes #36.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt
2018-01-22 15:41:20 +00:00
parent 18d25ca005
commit 1ca1b71f9c

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:
```
$ ./image_builder.sh path/to/rootfs
$ sudo ./image_builder.sh path/to/rootfs
```
Where `path/to/rootfs` is the directory populated by `rootfs.sh`.