From 4eed1b8377b83441a941612629b1031af4641ceb Mon Sep 17 00:00:00 2001 From: hfinucane Date: Wed, 22 Feb 2017 10:32:49 -0800 Subject: [PATCH] Fix example `device_setup_commands` appears to no longer be a real name. --- website/source/docs/builders/amazon-chroot.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 97f575b2e..227e96b94 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -370,7 +370,7 @@ provisioning commands to install the os and bootloader. "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" ],