diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index e8752b935..595f99856 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -375,10 +375,10 @@ provisioning commands to install the os and bootloader. ``` {.javascript} { "type": "amazon-chroot", - "ami_name": "packer-from-scratch {{timestamp}}" + "ami_name": "packer-from-scratch {{timestamp}}", "from_scratch": true, "ami_virtualization_type": "hvm", - "device_setup_commands": [ + "pre_mount_commands": [ "parted {{.Device}} mklabel msdos mkpart primary 1M 100% set 1 boot on print", "mkfs.ext4 {{.Device}}1" ],