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

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2013-04-10 16:23:21 +05:30
parent f8bbd88a42
commit b50201e69c
4 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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 } \

View File

@ -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

View File

@ -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 } \