mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 20:42:50 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user