You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2013/10/24 15:22:25 UTC

git commit: updated refs/heads/master to 499a8c0

Updated Branches:
  refs/heads/master 059e3beb2 -> 499a8c091


syncing 64 bit svm scripts


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/499a8c09
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/499a8c09
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/499a8c09

Branch: refs/heads/master
Commit: 499a8c0915dd25b3d9c813aa1b715ba9ba865ffb
Parents: 059e3be
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Thu Oct 24 18:50:34 2013 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Thu Oct 24 18:52:13 2013 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 1 +
 tools/appliance/definitions/systemvm64template/zerodisk.sh    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/499a8c09/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index d33b943..3755b52 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -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() {

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/499a8c09/tools/appliance/definitions/systemvm64template/zerodisk.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/zerodisk.sh b/tools/appliance/definitions/systemvm64template/zerodisk.sh
index 25bd8c4..b00f7ae 100644
--- a/tools/appliance/definitions/systemvm64template/zerodisk.sh
+++ b/tools/appliance/definitions/systemvm64template/zerodisk.sh
@@ -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