summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-10 08:46:05 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-10 08:46:05 +0300
commit1de48aff5e60452a4e39397916988b17f2bb2a5d (patch)
treeca528e270b04d5c7fc53b1998359cfb6691b2d50 /README.md
parent8fb66ec4c9daaf0af62582d4b40d447377934fc2 (diff)
downloadick-contractor-1de48aff5e60452a4e39397916988b17f2bb2a5d.tar.gz
Fix: final tweaks to README.md
Diffstat (limited to 'README.md')
-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: