From 8ff0ec77a0da087b8f1984db7e3aa409105b83d9 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 28a51433d..2490aadff 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -263,7 +263,7 @@ dialog,\ isc-dhcp-client,\ netbase,\ net-tools,\ -iproute,\ +iproute2,\ openssh-server cache=$1 -- 2.47.2