mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
4 lines
105 B
Bash
4 lines
105 B
Bash
# Zero out the free space to save space in the final image:
|
|
dd if=/dev/zero of=/EMPTY bs=1M
|
|
rm -f /EMPTY
|