From a99c126b74927fe8e1af5c8a2552554ca678f50e Mon Sep 17 00:00:00 2001 From: Phil Regnauld Date: Mon, 11 Jul 2016 16:17:42 +0200 Subject: [PATCH] More++ --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eeab692..22c7c10 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ For a complete build from scratch of the VTP VM image: ~~~ # download packer_x.x.x_linux_amd64.zip from https://www.packer.io/downloads.html unzip packer_x.x.x_linux_amd64.zip +# cd /path/to/where/you/want/packer/ && unzip ~/packer_x.x.x_linux_amd64.zip + # Check the parameters in packer_files/vtp.json, especially: "qemuargs": [ @@ -15,7 +17,7 @@ unzip packer_x.x.x_linux_amd64.zip Once you're ready: -./packer build -only=qemu -var headless=true packer_files/vtp.json +sudo /path/to/where/you/unpacked/packer build -only=qemu -var headless=true packer_files/vtp.json ~~~ If you are inside the VTP environment and want to re-run a playbook: -- GitLab