mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
appliance: Make more room in /usr, installing vmwaretools takes 'em all
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
f8bbd88a42
commit
b50201e69c
@ -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
|
||||
|
||||
@ -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 } \
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 } \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user