Commit 01b3adb6 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 3f345773
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment