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:
parent
3f34577393
commit
01b3adb619
@ -7,6 +7,13 @@ ve/bare: ve/.base use/init/sysv; @:
|
||||
ve/base: ve/bare
|
||||
@$(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
|
||||
ve/generic: ve/base use/repo
|
||||
@$(call add,BASE_PACKAGES,vim-console etckeeper)
|
||||
|
Loading…
Reference in New Issue
Block a user