Skip to content

Commit

Permalink
turn off shrinking
Browse files Browse the repository at this point in the history
from unknown reason shirinking operation tend to blow up: timsutton#35
  • Loading branch information
chrmod committed Jun 7, 2016
1 parent 7cbe45c commit 70e85c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packer/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@
"../scripts/puppet.sh",
"../scripts/add-network-interface-detection.sh",
"../scripts/autologin.sh",
"../scripts/system-update.sh",
"../scripts/shrink.sh"
"../scripts/system-update.sh"
],
"environment_vars": [
"AUTOLOGIN={{user `autologin`}}",
Expand Down

0 comments on commit 70e85c0

Please sign in to comment.