Packer templates for building Vagrant boxes customized by Evolix.
Go to file
Victor LABORIE a5baa676a5 Update roles_version to 9.9.0 for evolinux and packweb 2019-04-17 12:10:38 +02: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 Update ansible-roles GIT url 2019-03-21 15:57:30 +01:00
vars Update roles_version to 9.9.0 for evolinux and packweb 2019-04-17 12:10:38 +02: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 Do not build in parallel 2019-03-21 16:04:03 +01:00
README.md Fixes to markdown links in README.md 2018-12-26 11:31:32 -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 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.