mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Revert "appliance: Revertible patch to create half baked template for vmware"
This reverts commit 91faf2d14aed94dbb403febf7d8a2c4b22cc7d1a.
This commit is contained in:
parent
91faf2d14a
commit
d39a06c0e9
@ -64,9 +64,9 @@ install_packages() {
|
|||||||
apt-get --no-install-recommends -q -y --force-yes install iptables-persistent
|
apt-get --no-install-recommends -q -y --force-yes install iptables-persistent
|
||||||
|
|
||||||
# vmware tools
|
# vmware tools
|
||||||
#apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
|
apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
|
||||||
# commented installaion of vmware-tools as we are using the opensource open-vm-tools:
|
# commented installaion of vmware-tools as we are using the opensource open-vm-tools:
|
||||||
apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r`
|
# apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r`
|
||||||
# df -h
|
# df -h
|
||||||
# PREVDIR=$PWD
|
# PREVDIR=$PWD
|
||||||
# cd /opt
|
# cd /opt
|
||||||
@ -186,9 +186,6 @@ configure_services() {
|
|||||||
snapshot_dir="/opt/cloudstack*"
|
snapshot_dir="/opt/cloudstack*"
|
||||||
cd /opt
|
cd /opt
|
||||||
wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz
|
wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz
|
||||||
}
|
|
||||||
|
|
||||||
cfg_cloud_early() {
|
|
||||||
tar -zxvf cloudstack.tar.gz
|
tar -zxvf cloudstack.tar.gz
|
||||||
cp -rv $snapshot_dir/patches/systemvm/debian/config/* /
|
cp -rv $snapshot_dir/patches/systemvm/debian/config/* /
|
||||||
cp -rv $snapshot_dir/patches/systemvm/debian/vpn/* /
|
cp -rv $snapshot_dir/patches/systemvm/debian/vpn/* /
|
||||||
|
|||||||
@ -136,7 +136,7 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /boot } \
|
mountpoint{ /boot } \
|
||||||
. \
|
. \
|
||||||
500 40 400 ext4 \
|
300 40 400 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ / } \
|
mountpoint{ / } \
|
||||||
@ -146,12 +146,17 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /home } \
|
mountpoint{ /home } \
|
||||||
. \
|
. \
|
||||||
900 20 1100 ext4 \
|
650 20 1100 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /usr } \
|
mountpoint{ /usr } \
|
||||||
. \
|
. \
|
||||||
400 60 1000 ext4 \
|
400 40 500 ext4 \
|
||||||
|
method{ format } format{ } \
|
||||||
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
|
mountpoint{ /opt } \
|
||||||
|
. \
|
||||||
|
450 60 1000 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /var } \
|
mountpoint{ /var } \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user