Unverified Commit 7dc9d017 by Stéphane Graber Committed by Christian Brauner

debian: We must use iproute on wheezy

parent 3f667700
......@@ -250,9 +250,11 @@ download_debian()
case "$release" in
wheezy)
init=sysvinit
iproute=iproute
;;
*)
init=init
iproute=iproute2
;;
esac
packages=\
......@@ -263,7 +265,7 @@ dialog,\
isc-dhcp-client,\
netbase,\
net-tools,\
iproute2,\
$iproute,\
openssh-server
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