From d56a962445409d8cd496b3132c47982def1e6bae Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Thu, 9 Jan 2014 12:32:58 +0100 Subject: [PATCH] Radvd is needed in the template so we can start testing with IPv6 --- tools/appliance/definitions/systemvm64template/postinstall.sh | 3 ++- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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() {