Packer templates for building Vagrant boxes customized by Evolix.
ansible | ||
build | ||
preseed | ||
scripts | ||
vars | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
Vagrantfile |
Packer
This repository contains Packer templates for building Vagrant boxes customized by Evolix.
Dependencies
make(1), packer and jq, on Debian you can install them with :
apt install make packer jq
Build
To build evolinux, a Debian GNU/Linux Stretch base customized by Evolix :
make evolinux
Other make targets are available, eg. packmail, an evolinux base setup with a mail server (Postfix/Dovecot/Roundcube/...) :
make packmail
License
This is an Evolix project and is licensed under the GPLv3, see the LICENSE file for details.