diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 8bd7a52dcd4..23659abdab9 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -105,7 +105,7 @@ install_packages() { apt-get update apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386 - + apt-get --no-install-recommends -q -y --force=yes install radvd } setup_accounts() { @@ -239,6 +239,7 @@ configure_services() { chkconfig cloud off chkconfig xl2tpd off chkconfig hv_kvp_daemon off + chkconfig radvd off } do_signature() { diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 9ea009c5de3..543cf32bc4f 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -88,6 +88,8 @@ install_packages() { # apt-get -q -y --force-yes purge build-essential apt-get --no-install-recommends -q -y --force-yes install haproxy + + apt-get --no-install-recommends -q -y --force=yes install radvd } setup_accounts() {