You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/07/12 19:56:59 UTC

git commit: updated refs/heads/4.2 to 8319473

Updated Branches:
  refs/heads/4.2 888ef1959 -> 8319473ba


set vhd-util executable


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

Branch: refs/heads/4.2
Commit: 8319473baa0fbce6e40e7dcffb1e733c804c2b08
Parents: 888ef19
Author: Edison Su <su...@gmail.com>
Authored: Fri Jul 12 10:55:39 2013 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Fri Jul 12 10:56:05 2013 -0700

----------------------------------------------------------------------
 tools/appliance/definitions/systemvmtemplate/postinstall.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8319473b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 2a8a75b..997d854 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -166,6 +166,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() {