From 506a1e618663a38a670645d980b00e9809e51c06 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 24 Mar 2017 12:43:37 -0700 Subject: [PATCH] document skipping copy_files --- website/source/docs/builders/amazon-chroot.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 595f99856..ce165e0d7 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -115,7 +115,8 @@ each category, the available configuration keys are alphabetized. - `copy_files` (array of strings) - Paths to files on the running EC2 instance that will be copied into the chroot environment prior to provisioning. Defaults - to `/etc/resolv.conf` so that DNS lookups work. + to `/etc/resolv.conf` so that DNS lookups work. Pass an empty list to skip + copying `/etc/resolv.conf`. - `device_path` (string) - The path to the device where the root volume of the source AMI will be attached. This defaults to "" (empty string), which