summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-02-04 23:48:07 +0100
committerkwadronaut <kwadronaut@leap.se>2016-02-04 23:48:07 +0100
commit2a89a835a38130b36e58cf1f27cf78ff64716de2 (patch)
tree3a44b503509ad6bf69aa66b6fab70a1156bc0361 /README.md
parent8f3b34813f99b41b9dcc30f14929b82c1a018e39 (diff)
spelling README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 67441f5..19e54ce 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
This example builds only for the qemu provider.
- packer build -only=qemu jessie.json
+ packer build -only=qemu jessie.json
### Issues
@@ -21,7 +21,7 @@ This example builds only for the qemu provider.
#### not enough space in /tmp
The vagrant post-processor uses `/tmp` as default temp dir, and needs ~10gb of diskspace,
-otherwise is will fail like this:
+otherwise it will fail like this:
Post-processor failed: write /tmp/packer845144867/box.img: no space left on device
@@ -32,6 +32,6 @@ You can circumvent this problem exporting this variable before building:
BUT you need to build packer itself from source because this variable isn't read by the latest packer available as package (0.8.6).
I only got latest packer HEAD compiled after a [dirty hack i documented here](https://github.com/mitchellh/packer/issues/3086).
-#### Altas post-processors fail without Atlas API token
+#### Atlas post-processors fail without Atlas API token
You need to `remove both atlas post-processors` in the `jessie.json` file if you have not configured any Atlas API token.