Commit 4e7cdb07 authored by Michael Shigorin's avatar Michael Shigorin

ve.mk: added builder target

This is a toolchain chroot that should be convenient for e.g. new architectures after initial bootstrap has been done; in my case that's e2k.
parent 86df2cde
......@@ -16,6 +16,14 @@ ve/ldv: ve/bare use/control/server/ldv
ve/docker: ve/.base use/repo; @:
# build environment
ve/builder: ve/base use/repo
@$(call add,BASE_PACKAGES,vim-console git-core bash-completion zsh)
@$(call add,BASE_PACKAGES,su hasher mkimage-profiles rpm-build)
@$(call add,BASE_PACKAGES,rsync screen parallel pv)
@$(call add,BASE_PACKAGES,fdisk e2fsprogs iproute2 net-tools)
@$(call add,BASE_LISTS,openssh)
# 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