From 1de48aff5e60452a4e39397916988b17f2bb2a5d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 Apr 2020 08:46:05 +0300 Subject: Fix: final tweaks to README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.1