From d4863a5da629376462a0ca431c0e84f56f1cf180 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Sun, 14 Jan 2018 14:46:36 +0100 Subject: Update README's requirement section Add `mkisofs` to the list of requirements Signed-off-by: Flavio Castelli --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e7141a2..d404261a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraf * libvirt 1.2.14 or newer on the hypervisor * latest [golang](https://golang.org/dl/) version +* `mkisofs` is required to use the [CloudInit](website/docs/r/cloudinit.html.markdown) + feature. [Copied from the Terraform documentation](https://www.terraform.io/docs/plugins/basics.html): > To install a plugin, put the binary somewhere on your filesystem, then configure Terraform to be able to find it. The configuration where plugins are defined is ~/.terraformrc for Unix-like systems and %APPDATA%/terraform.rc for Windows. -- cgit v1.2.3