e2k.mk: some ve/* targets
manowar@ had some experiments with usbflash-based installer, and we needed a git-server chroot as well.
This commit is contained in:
parent
17513ba38a
commit
d44be875f6
@ -34,3 +34,15 @@ vm/e2k-samba-DC: vm/.e2k-rescue
|
||||
@$(call add,BASE_PACKAGES,task-samba-dc glibc-locales net-tools)
|
||||
|
||||
endif
|
||||
|
||||
ifeq (ve,$(IMAGE_CLASS))
|
||||
ve/.e2k-bare: ve/.base use/e2k +sysvinit
|
||||
@$(call add,BASE_PACKAGES,apt)
|
||||
|
||||
ve/e2k-installer: ve/.e2k-bare use/repo/main
|
||||
@$(call add,MAIN_PACKAGES,hello)
|
||||
|
||||
ve/e2k-git: ve/.e2k-bare use/e2k use/net-ssh use/net-dns/yandex
|
||||
@$(call add,BASE_PACKAGES,git-server nginx)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,xinetd git nginx)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user