packer/README.md
Patrick Marchand c08c977091 Improved README.md
More links and some english fixes.
2018-12-24 17:04:25 -05:00

755 B

Packer

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

Dependencies

make(1), (packer)[https://www.packer.io/] and (jq)[https://stedolan.github.io/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.