Packer templates for building Vagrant boxes customized by Evolix.
Go to file
2018-09-03 18:09:16 +02:00
ansible Initial commit 2018-09-03 18:09:16 +02:00
build Initial commit 2018-09-03 18:09:16 +02:00
preseed Initial commit 2018-09-03 18:09:16 +02:00
scripts Initial commit 2018-09-03 18:09:16 +02:00
templates Initial commit 2018-09-03 18:09:16 +02:00
vars Initial commit 2018-09-03 18:09:16 +02:00
.gitignore Initial commit 2018-09-03 18:09:16 +02:00
LICENSE Initial commit 2018-09-03 18:09:16 +02:00
Makefile Initial commit 2018-09-03 18:09:16 +02:00
README.md Initial commit 2018-09-03 18:09:16 +02:00

Packer

This repository contain Packer templates for building Vagrant boxes customized by Evolix.

Dependencies

Youd need make, packer and jq, on Debian you can install them with :

apt install make packer jq

Build

For build evolinux, a Debian GNU/Linux Stretch base customized by Evolix :

make evolinux

Other make target are available, eg. packmail, an evolinux base + mail server (Postfix/Dovecot/Roundcube/...) :

make packmail

License

This project is an Evolix project and is licensed under GPLv3, see the LICENSE file for details.