Sha256: 198dfbb9ec794a6b8831c8de7773598b32e2768bc593b479edaf4cac2255ab15
Contents?: true
Size: 245 Bytes
Versions: 13
Compression:
Stored size: 245 Bytes
Contents
#!/bin/bash -eux # From: https://github.com/opscode/bento dd if=/dev/zero of=/EMPTY bs=1M rm -f /EMPTY # Block until the empty file has been removed, otherwise, Packer # will try to kill the box while the disk is still full and that's bad sync
Version data entries
13 entries across 13 versions & 1 rubygems