[pkg-lxc-devel] Bug#890884: lxc: Fail to create wheezy container: couldn't find iproute2 package
Andrii Senkovych
andrii at senkovych.com
Tue Feb 20 11:51:22 UTC 2018
Package: lxc
Version: 1:2.0.9-6
Followup-For: Bug #890884
Updating patch according to DEP-3 guidelines.
--
Best regards, Andrii Senkovych
-------------- next part --------------
Description: Create LXC container for Debian Wheezy using correct iproute package
Author: Andrii Senkovych <andrii at senkovych.com>
Bug-Debian: https://bugs.debian.org/890884
--- a/usr/share/lxc/templates/lxc-debian 2018-02-08 16:02:25.496742719 +0200
+++ b/usr/share/lxc/templates/lxc-debian 2018-02-20 12:16:19.870712786 +0200
@@ -250,20 +250,22 @@
case "$release" in
wheezy)
init=sysvinit
+ iproute=iproute
;;
*)
init=init
+ iproute=iproute2
;;
esac
packages=\
$init,\
+$iproute,\
ifupdown,\
locales,\
dialog,\
isc-dhcp-client,\
netbase,\
net-tools,\
-iproute2,\
openssh-server
cache=$1
More information about the Pkg-lxc-devel
mailing list