From fd85b569497cb86ca18a34fe791737761be5caff Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 7 Jan 2016 22:01:34 -0800 Subject: [PATCH] Update Readme.md --- vm/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vm/Readme.md b/vm/Readme.md index 0e23f0a4..d2a8cbc6 100644 --- a/vm/Readme.md +++ b/vm/Readme.md @@ -18,3 +18,8 @@ Packer imports the base image in a virtual machine and boots it. It runs the fol #### For a build server Running the `build.py` script builds a vm and puts it in `~/public`. It also writes a `latest.json` file in `~/public` with filename of the latest build and its md5sum. + +#### Packer binary + +The binary included in this tree is compiled (for linux amd64) with a fix for https://github.com/mitchellh/packer/issues/2447. We can remove it once a new version of packer is released. +