]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
debian: We must use iproute on wheezy 2120/head
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 1 Feb 2018 14:02:25 +0000 (15:02 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 1 Feb 2018 14:44:43 +0000 (15:44 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-debian.in

index 2656eeaaf9d7098cd28f81bbc59038800398c67a..4388478945228753ee53c0cb4f775f8b7f08efa9 100644 (file)
@@ -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