Skip to content

Commit

Permalink
Merge pull request #2120 from stgraber/master
Browse files Browse the repository at this point in the history
debian: We must use iproute on wheezy
  • Loading branch information
Christian Brauner committed Feb 1, 2018
2 parents 0b7ab4c + 24d8713 commit b046bba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/lxc-debian.in
Expand Up @@ -316,9 +316,11 @@ download_debian()
case "$release" in
wheezy)
init=sysvinit
iproute=iproute
;;
*)
init=init
iproute=iproute2
;;
esac
packages=\
Expand All @@ -329,7 +331,7 @@ dialog,\
isc-dhcp-client,\
netbase,\
net-tools,\
iproute2,\
$iproute,\
openssh-server

cache=$1
Expand Down

0 comments on commit b046bba

Please sign in to comment.