Unverified Commit b046bbab by Christian Brauner Committed by GitHub

Merge pull request #2120 from stgraber/master

debian: We must use iproute on wheezy
parents 0b7ab4c7 24d87135
......@@ -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
......
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