File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/appliance/definitions/systemvmtemplate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ function install_vhd_util() {
2828
2929function debconf_packages() {
3030 echo ' sysstat sysstat/enable boolean true' | debconf-set-selections
31- echo " openswan openswan /install_x509_certificate boolean false" | debconf-set-selections
32- echo " openswan openswan /install_x509_certificate seen true" | debconf-set-selections
31+ echo " strongwan strongwan /install_x509_certificate boolean false" | debconf-set-selections
32+ echo " strongwan strongwan /install_x509_certificate seen true" | debconf-set-selections
3333 echo " iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
3434 echo " iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections
3535 echo " libc6 libraries/restart-without-asking boolean false" | debconf-set-selections
You can’t perform that action at this time.
0 commit comments