diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index 227bfc2adce..9daa2d8fda6 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -28,8 +28,8 @@ function install_vhd_util() { function debconf_packages() { echo 'sysstat sysstat/enable boolean true' | debconf-set-selections - echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections - echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections + echo "strongwan strongwan/install_x509_certificate boolean false" | debconf-set-selections + echo "strongwan strongwan/install_x509_certificate seen true" | debconf-set-selections echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections echo "libc6 libraries/restart-without-asking boolean false" | debconf-set-selections