Skip to content

Commit

Permalink
Merge pull request #4710 from mitchellh/amazon-chroot-systemd
Browse files Browse the repository at this point in the history
website/docs: add note about systemd and amazon-chroot.
  • Loading branch information
mwhooker authored Mar 24, 2017
2 parents 217d4e5 + 3c13a6e commit b9ba21c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/source/docs/builders/amazon-chroot.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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. Pass an empty list to skip
copying `/etc/resolv.conf`.
copying `/etc/resolv.conf`. You may need to do this if you're building
an image that used systemd.

- `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
Expand Down

0 comments on commit b9ba21c

Please sign in to comment.