ve.mk: tweaked ve/generic

etckeeper was suggested by george@ along with vim-console;
the latter should come by server,base tags but so far does not
(splitting server-base list into common, bare metal and virtualized
parts in haste looked suboptimal).
This commit is contained in:
Michael Shigorin 2013-09-09 21:02:27 +04:00
parent 3161c43467
commit 441a5bdfbd

View File

@ -7,8 +7,9 @@ ve/bare: ve/.base use/init/sysv; @:
ve/base: ve/bare
@$(call add,BASE_PACKAGES,interactivesystem)
# this should be more or less deployable
# this should be more or less convenient
ve/generic: ve/base
@$(call add,BASE_PACKAGES,vim-console etckeeper)
@$(call add,BASE_LISTS,openssh \
$(call tags,base && (server || network || security || pkg)))