Packer templates for building Vagrant boxes customized by Evolix.
Go to file
Victor LABORIE 2357d28122 Add domain to Vagrant vm.hostname 2018-10-09 17:40:30 +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 Fix Vagrant Cloud description 2018-10-09 10:45:55 +02:00
vars Update roles_version to 9.4.1 2018-10-08 15:20:35 +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 Add a packweb template/playbook 2018-09-05 17:04:19 +02:00
README.md Initial commit 2018-09-03 18:09:16 +02:00
Vagrantfile Add domain to Vagrant vm.hostname 2018-10-09 17:40:30 +02:00

README.md

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.