Skip to content
Snippets Groups Projects
Unverified Commit 4c03420f authored by Christian Rebischke's avatar Christian Rebischke Committed by GitHub
Browse files

Merge branch 'master' into shibumi/official-cloud-images

parents bc01127d ec46f71b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
set -e
set -x
# Make sure unwritten data has been flushed beforehand
sync
# Write zeros to improve virtual disk compaction.
zerofile=$(/usr/bin/mktemp /zerofile.XXXXX)
dd if=/dev/zero of="$zerofile" bs=1M || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment