mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 10:12:24 +00:00
Merge pull request #2120 from stgraber/master
debian: We must use iproute on wheezy
This commit is contained in:
commit
b046bbab2e
@ -316,9 +316,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=\
|
||||||
@ -329,7 +331,7 @@ dialog,\
|
|||||||
isc-dhcp-client,\
|
isc-dhcp-client,\
|
||||||
netbase,\
|
netbase,\
|
||||||
net-tools,\
|
net-tools,\
|
||||||
iproute2,\
|
$iproute,\
|
||||||
openssh-server
|
openssh-server
|
||||||
|
|
||||||
cache=$1
|
cache=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user