Packer templates for building Vagrant boxes customized by Evolix.
Go to file
Patrick Marchand c08c977091 Improved README.md
More links and some english fixes.
2018-12-24 17:04:25 -05:00
ansible Add a packweb template/playbook 2018-09-05 17:04:19 +02:00
build Initial commit 2018-09-03 18:09:16 +02:00
preseed Set grub timeout to 0 2018-10-08 18:22:45 +02:00
scripts Dot not force uid of vagrant user 2018-10-11 16:13:23 +02:00
vars Update Debian iso version to 9.6 2018-12-14 14:30:47 +01:00
.gitignore Add a Vagrantfile for testing 2018-09-05 13:48:01 +02:00
LICENSE Initial commit 2018-09-03 18:09:16 +02:00
Makefile Add a packweb template/playbook 2018-09-05 17:04:19 +02:00
README.md Improved README.md 2018-12-24 17:04:25 -05:00
Vagrantfile Add domain to Vagrant vm.hostname 2018-10-09 17:40:30 +02:00

README.md

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.