Files
packstack-vagrant/packer/scripts/cleanup.sh
Christian Berendt e342568a87 Add Packer template from b1-systems/packer-templates
This packer template is usded to create the packstack-vagrant
basebox and should be part of packstack-vagrant.

Change-Id: I8283faaeafb12b9c8be7c85b3fc9ee093cbf154e
2015-01-08 18:42:33 +01:00

8 lines
104 B
Bash

#!/usr/bin/env bash
rm -rf /dev/.udev/
rm -rf /tmp/*
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
sync