Unverified Commit 9bbb1ed8 by Stéphane Graber Committed by Christian Brauner

debian: We must use iproute on wheezy

parent ef2f2622
...@@ -242,9 +242,11 @@ download_debian() ...@@ -242,9 +242,11 @@ download_debian()
case "$release" in case "$release" in
wheezy) wheezy)
init=sysvinit init=sysvinit
iproute=iproute
;; ;;
*) *)
init=init init=init
iproute=iproute2
;; ;;
esac esac
packages=\ packages=\
...@@ -255,7 +257,7 @@ dialog,\ ...@@ -255,7 +257,7 @@ dialog,\
isc-dhcp-client,\ isc-dhcp-client,\
netbase,\ netbase,\
net-tools,\ net-tools,\
iproute2,\ $iproute,\
openssh-server openssh-server
cache=$1 cache=$1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment