Merge branch 'ignored_files' of https://github.com/priteau/packer into priteau-ignored_files
Conflicts: website/source/docs/builders/amazon-instance.html.markdown
This commit is contained in:
commit
d4d7730473
|
@ -190,6 +190,14 @@ sudo -n ec2-bundle-vol \
|
||||||
The available template variables should be self-explanatory based on the
|
The available template variables should be self-explanatory based on the
|
||||||
parameters they're used to satisfy the `ec2-bundle-vol` command.
|
parameters they're used to satisfy the `ec2-bundle-vol` command.
|
||||||
|
|
||||||
|
<div class="alert alert-block">
|
||||||
|
<strong>Warning!</strong> Some versions of ec2-bundle-vol silently
|
||||||
|
ignore all .pem and .gpg files during the bundling of the AMI, which can
|
||||||
|
cause problems on some systems, such as Ubuntu. You may want to
|
||||||
|
customize the bundle volume command to include those files (see the
|
||||||
|
<code>--no-filter</code> option of ec2-bundle-vol).
|
||||||
|
</div>
|
||||||
|
|
||||||
### Bundle Upload Command
|
### Bundle Upload Command
|
||||||
|
|
||||||
The default value for `bundle_upload_command` is shown below. It is split
|
The default value for `bundle_upload_command` is shown below. It is split
|
||||||
|
|
Loading…
Reference in New Issue