From 7dc9d017f0b1e15bb557f73aed518973d90063d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Thu, 1 Feb 2018 15:02:25 +0100 Subject: [PATCH] debian: We must use iproute on wheezy MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- templates/lxc-debian.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 2490aadff..59eb7e1de 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -250,9 +250,11 @@ download_debian() case "$release" in wheezy) init=sysvinit + iproute=iproute ;; *) init=init + iproute=iproute2 ;; esac packages=\ @@ -263,7 +265,7 @@ dialog,\ isc-dhcp-client,\ netbase,\ net-tools,\ -iproute2,\ +$iproute,\ openssh-server cache=$1 -- 2.47.2