github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/images/scripts/solaris/minimize.sh (about) 1 #!/bin/sh -ux 2 3 dd if=/dev/zero of=/EMPTY bs=1048576 4 rm -f /EMPTY 5 # Block until the empty file has been removed, otherwise, Packer 6 # will try to kill the box while the disk is still full and that's bad 7 sync