From 89266861538e1a1d36aff2b0bfe356e55e93fa49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Sat, 27 Jan 2018 00:33:07 -0500 Subject: [PATCH] debian: Use iproute2 instead of iproute MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The package has pretty much always been iproute2 with iproute being an alias for it, the alias is now gone so we need to use iproute2. Signed-off-by: Stéphane Graber --- templates/lxc-debian.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index fa87cb95d..2656eeaaf 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -329,7 +329,7 @@ dialog,\ isc-dhcp-client,\ netbase,\ net-tools,\ -iproute,\ +iproute2,\ openssh-server cache=$1 -- 2.47.2