1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #5940 from PeterKietzmann/add_packer_doc

doc/packer: add initial README
This commit is contained in:
Cenk Gündoğan 2016-10-13 17:44:34 +02:00 committed by GitHub
commit d79cd42f15

16
dist/tools/packer/README.md vendored Normal file
View File

@ -0,0 +1,16 @@
# Packer
## About
[Packer](https://www.packer.io/) is a command-line tool to create virtual machines
based on a source configuration file.
## Requirements
To use packer you need to download and install it (compare [Install Packer](https://www.packer.io/docs/installation.html)).
## Usage
A simple build of the vagrant box can be done by:
```
packer build riot.json
```
This command must be executed in the packer directory [RIOT/dist/tools/packer](https://github.com/RIOT-OS/RIOT/tree/master/dist/tools/packer).
Note that the build process might take several minutes.