Updated Branches:
  refs/heads/master f8bbd88a4 -> b50201e69

appliance: Make more room in /usr, installing vmwaretools takes 'em all

Signed-off-by: Rohit Yadav <bhais...@apache.org>


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 <bhais...@apache.org>
Authored: Wed Apr 10 16:23:21 2013 +0530
Committer: Rohit Yadav <bhais...@apache.org>
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 }                      \

Reply via email to