Fix example

`device_setup_commands` appears to no longer be a real name.
This commit is contained in:
hfinucane 2017-02-22 10:32:49 -08:00 committed by GitHub
parent 0d16df1427
commit 4eed1b8377
1 changed files with 1 additions and 1 deletions

View File

@ -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"
],