website/docs: add note about systemd and amazon-chroot.

This commit is contained in:
Matthew Hooker 2017-03-24 15:42:11 -07:00
parent 217d4e5303
commit 3c13a6e99c
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

View File

@ -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 - `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 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 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 - `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 source AMI will be attached. This defaults to "" (empty string), which