You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/13 07:16:45 UTC

git commit: updated refs/heads/master to b020bcf

Updated Branches:
  refs/heads/master b36607742 -> b020bcfb4


CLOUDSTACK-2481: SystemVM template 64-bit patched with vhd-util

This allows a template of a snapshot operation

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit 337811dd810e413238a012381ae1c84d1e1fac7c)


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

Branch: refs/heads/master
Commit: b020bcfb4926f108a6697317c0ed4162269cff99
Parents: b366077
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sat Jul 13 10:34:54 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sat Jul 13 10:43:58 2013 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvmtemplate64/postinstall.sh | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b020bcfb/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
index cbcd282..53ae2bb 100644
--- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
@@ -165,12 +165,17 @@ EOF
   locale-gen en_US.UTF-8
 }
 
+fix_vhdutil() {
+  wget --no-check-certificate http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -O /bin/vhd-util
+}
+
 do_fixes() {
   fix_nameserver
   fix_inittab
   fix_acpid
   fix_hostname
   fix_locale
+  fix_vhdutil
 }
 
 configure_apache2() {