summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5720a45..7ff9c98 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ do with less disk space.
* Create a workspace disk image:
- `truncate -s 50G workspace.img`
+ `truncate -s 50G workspace.img`
+ `sudo mkfs -t ext4 workspace.img`
* Create manager VM:
@@ -81,13 +82,14 @@ The following assumses you have a running Contractor.
* Build (change IP to yours; this will take a while to run):
- `./contractor -v -m 192.168.122.63 -- build heippa.yaml`
+ `./contractor -v -m 192.168.122.63 -v build heippa.yaml`
Add a `--log contractor.log` option to have a log file. It sometimes
helps for debugging. The output from the build commands goes to the
stdout and stderr of contactor, not the log file.
-* Hopefully all went well.
+* Hopefully all went well. You can examine the workspace of the build
+ at `/tmp/heippa-workspace` .
Read contractor.md for more information; formatted versions: