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/12/12 10:17:35 UTC

git commit: updated refs/heads/4.3 to 0887c73

Updated Branches:
  refs/heads/4.3 fb89a2d8f -> 0887c7396


CLOUDSTACK-5259: added 32 bit support for vhd-util


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

Branch: refs/heads/4.3
Commit: 0887c739619cc816c8524990b7ee5c0b599dd6bc
Parents: fb89a2d
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Thu Dec 12 14:47:21 2013 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Thu Dec 12 14:47:21 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0887c739/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 3db524c..e0862d1 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -98,6 +98,12 @@ install_packages() {
 
   apt-get --no-install-recommends -q -y --force-yes install haproxy
 
+  #32 bit architecture support:: not required for 32 bit template
+  dpkg --add-architecture i386
+  apt-get update
+  apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386
+
+
 }
 
 setup_accounts() {