mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
8 lines
157 B
Bash
8 lines
157 B
Bash
#clean up stuff copied in by veewee
|
|
rm -f /root/*
|
|
|
|
# Zero out the free space to save space in the final image:
|
|
dd if=/dev/zero of=/EMPTY bs=1M
|
|
rm -f /EMPTY
|
|
|