packer/README.md

37 lines
755 B
Markdown
Raw Normal View History

2018-09-03 16:39:18 +02:00
# Packer
This repository contains [Packer](https://www.packer.io/) templates
for building [Vagrant](https://www.vagrantup.com/) boxes customized
by [Evolix](https://evolix.com/).
2018-09-03 16:39:18 +02:00
## Dependencies
2018-12-26 17:31:32 +01:00
make(1), [packer](https://www.packer.io/) and
[jq](https://stedolan.github.io/jq/), on Debian you can install
them with :
2018-09-03 16:39:18 +02:00
~~~
apt install make packer jq
~~~
## Build
To build *evolinux*, a Debian GNU/Linux Stretch base customized by
Evolix :
2018-09-03 16:39:18 +02:00
~~~
make evolinux
~~~
Other make targets are available, eg. *packmail*, an evolinux base
setup with a mail server (Postfix/Dovecot/Roundcube/...) :
2018-09-03 16:39:18 +02:00
~~~
make packmail
~~~
## License
This is an [Evolix](https://evolix.com) project and is licensed
under the GPLv3, see the [LICENSE](LICENSE) file for details.