server: added ftp/http clients to ovz

wget is actually required by vzctl currently
but lftp is a handy tool which is missing,
and both are better specified explicitly.
This commit is contained in:
Michael Shigorin 2014-12-18 18:25:34 +03:00
parent 1da70393de
commit 4459f1771d

View File

@ -17,6 +17,7 @@ use/server/ovz: use/server
@$(call add,MAIN_KMODULES,ipset ipt-netflow opendpi pf_ring)
@$(call add,MAIN_KMODULES,xtables-addons) # t6/branch
@$(call add,MAIN_KMODULES,drbd83 kvm)
@$(call add,BASE_PACKAGES,lftp wget)
@$(call add,BASE_LISTS,ovz-server)
# NB: examine zabbix-preinstall package, initialization is NOT automatic!