mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-10 17:14:35 +01:00
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:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user