Skip to content

Commit

Permalink
syncing 64 bit svm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinandan Prateek committed Oct 24, 2013
1 parent 059e3be commit 499a8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion tools/appliance/definitions/systemvm64template/zerodisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 499a8c0

Please sign in to comment.