CLOUDSTACK-1066: fix openswan install to not require interactive input

This commit is contained in:
Chiradeep Vittal 2013-02-08 12:14:57 -08:00
parent 6df0ff2596
commit 31791e241d
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,10 @@ install_packages() {
#nfs client
apt-get --no-install-recommends -q -y --force-yes install nfs-common
#vpn stuff
apt-get --no-install-recommends -q -y --force-yes install xl2tpd openswan bcrelay ppp ipsec-tools tdb-tools
apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools
echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections
echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections
chroot . apt-get --no-install-recommends -q -y --force-yes install openswan
#vmware tools
apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
#xenstore utils