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()
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
......
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