Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0ABB2108C2 for ; Wed, 10 Apr 2013 10:58:18 +0000 (UTC) Received: (qmail 97198 invoked by uid 500); 10 Apr 2013 10:58:16 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 97172 invoked by uid 500); 10 Apr 2013 10:58:16 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 97160 invoked by uid 99); 10 Apr 2013 10:58:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 10:58:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F2CB081856E; Wed, 10 Apr 2013 10:58:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to b50201e Date: Wed, 10 Apr 2013 10:58:15 +0000 (UTC) Updated Branches: refs/heads/master f8bbd88a4 -> b50201e69 appliance: Make more room in /usr, installing vmwaretools takes 'em all Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b50201e6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b50201e6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b50201e6 Branch: refs/heads/master Commit: b50201e69c4aef2d7bf0f82aa90f6674b7a69ab2 Parents: f8bbd88 Author: Rohit Yadav Authored: Wed Apr 10 16:23:21 2013 +0530 Committer: Rohit Yadav Committed: Wed Apr 10 16:27:56 2013 +0530 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/postinstall.sh | 1 + .../definitions/systemvmtemplate/preseed.cfg | 4 ++-- .../definitions/systemvmtemplate64/postinstall.sh | 1 + .../definitions/systemvmtemplate64/preseed.cfg | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b50201e6/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index bf593b6..c0a7e87 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -67,6 +67,7 @@ install_packages() { # uncomment for opensource vmware tool: # apt-get --no-install-recommends -q -y --force-yes install open-vm-tools apt-get --no-install-recommends -q -y --force-yes install build-essential gcc linux-headers-`uname -r` + df -h PREVDIR=$PWD cd /opt wget http://people.apache.org/~bhaisaab/cloudstack/VMwareTools-9.2.1-818201.tar.gz http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b50201e6/tools/appliance/definitions/systemvmtemplate/preseed.cfg ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/preseed.cfg b/tools/appliance/definitions/systemvmtemplate/preseed.cfg index aa75e13..5d699c8 100644 --- a/tools/appliance/definitions/systemvmtemplate/preseed.cfg +++ b/tools/appliance/definitions/systemvmtemplate/preseed.cfg @@ -136,7 +136,7 @@ d-i partman-auto/expert_recipe string \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /boot } \ . \ - 300 40 500 ext4 \ + 200 40 400 ext4 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } \ @@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /home } \ . \ - 650 30 1000 ext4 \ + 750 20 1100 ext4 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /usr } \ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b50201e6/tools/appliance/definitions/systemvmtemplate64/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index bf593b6..c0a7e87 100644 --- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh @@ -67,6 +67,7 @@ install_packages() { # uncomment for opensource vmware tool: # apt-get --no-install-recommends -q -y --force-yes install open-vm-tools apt-get --no-install-recommends -q -y --force-yes install build-essential gcc linux-headers-`uname -r` + df -h PREVDIR=$PWD cd /opt wget http://people.apache.org/~bhaisaab/cloudstack/VMwareTools-9.2.1-818201.tar.gz http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b50201e6/tools/appliance/definitions/systemvmtemplate64/preseed.cfg ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate64/preseed.cfg b/tools/appliance/definitions/systemvmtemplate64/preseed.cfg index aa75e13..5d699c8 100644 --- a/tools/appliance/definitions/systemvmtemplate64/preseed.cfg +++ b/tools/appliance/definitions/systemvmtemplate64/preseed.cfg @@ -136,7 +136,7 @@ d-i partman-auto/expert_recipe string \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /boot } \ . \ - 300 40 500 ext4 \ + 200 40 400 ext4 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } \ @@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /home } \ . \ - 650 30 1000 ext4 \ + 750 20 1100 ext4 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /usr } \