mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
syncing 64 bit svm scripts
This commit is contained in:
parent
059e3beb28
commit
499a8c0915
@ -167,6 +167,7 @@ EOF
|
||||
|
||||
fix_vhdutil() {
|
||||
wget --no-check-certificate http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -O /bin/vhd-util
|
||||
chmod a+x /bin/vhd-util
|
||||
}
|
||||
|
||||
do_fixes() {
|
||||
|
||||
@ -6,7 +6,7 @@ rm -fv .veewee_version .veewee_params .vbox_version
|
||||
echo "Cleaning up"
|
||||
|
||||
# Zero out the free space to save space in the final image:
|
||||
for path in / /boot /usr /var /opt /tmp
|
||||
for path in / /boot /usr /var /opt /tmp /home
|
||||
do
|
||||
dd if=/dev/zero of=$path/zero bs=1M
|
||||
sync
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user