Sign in
apache
/
cloudstack
/
refs/heads/GA-4.9.2.0
/
.
/
tools
/
appliance
/
definitions
/
builtin
/
zerodisk.sh
blob: 938075a31e692389fa27dff0fe433ff755274eba [
file
]
# Zero out the free space to save space in the final image:
dd
if
=/
dev
/
zero of
=/
EMPTY bs
=
1M
rm
-
f
/
EMPTY