]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
debian: We must use iproute on wheezy
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 1 Feb 2018 14:02:25 +0000 (15:02 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 7 Feb 2018 11:32:36 +0000 (12:32 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-debian.in

index f91ac4490f4f71b7de53029add5bbccac5c6a43e..02ba6d5c354b72d1f9500d1b104f7a1f56bc17a2 100644 (file)
@@ -242,9 +242,11 @@ download_debian()
     case "$release" in
       wheezy)
         init=sysvinit
+        iproute=iproute
         ;;
       *)
         init=init
+        iproute=iproute2
         ;;
     esac
     packages=\
@@ -255,7 +257,7 @@ dialog,\
 isc-dhcp-client,\
 netbase,\
 net-tools,\
-iproute2,\
+$iproute,\
 openssh-server
 
     cache=$1