From: Stéphane Graber Date: Thu, 1 Feb 2018 14:02:25 +0000 (+0100) Subject: debian: We must use iproute on wheezy X-Git-Tag: lxc-3.0.0.beta1~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d871358d99bf6451c9d8f6ef3764f5f7a50664;p=thirdparty%2Flxc.git debian: We must use iproute on wheezy Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 2656eeaaf..438847894 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -316,9 +316,11 @@ download_debian() case "$release" in wheezy) init=sysvinit + iproute=iproute ;; *) init=init + iproute=iproute2 ;; esac packages=\ @@ -329,7 +331,7 @@ dialog,\ isc-dhcp-client,\ netbase,\ net-tools,\ -iproute2,\ +$iproute,\ openssh-server cache=$1