ve.mk: added ve/ldv

It's based on the package list provided by ldv@ and intended
for barebone OpenVZ template cache serving as a base for any
customizations needed.
This commit is contained in:
Michael Shigorin 2013-09-18 21:58:42 +04:00
parent 3f34577393
commit 01b3adb619

View File

@ -7,6 +7,13 @@ ve/bare: ve/.base use/init/sysv; @:
ve/base: ve/bare ve/base: ve/bare
@$(call add,BASE_PACKAGES,interactivesystem) @$(call add,BASE_PACKAGES,interactivesystem)
# a particular package list
ve/ldv: ve/bare
@$(call add,BASE_PACKAGES,xz bzip2 glibc hostinfo less)
@$(call add,BASE_PACKAGES,vim-console netlist rsync time)
@$(call add,BASE_PACKAGES,openssh-blacklist openssh-server)
@$(call add,BASE_PACKAGES,shadow-edit shadow-groups)
# this should be more or less convenient # this should be more or less convenient
ve/generic: ve/base use/repo ve/generic: ve/base use/repo
@$(call add,BASE_PACKAGES,vim-console etckeeper) @$(call add,BASE_PACKAGES,vim-console etckeeper)