summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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.