You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
.. | ||
udev_rules | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
preseed.cfg | 6 years ago | |
riot.json | 6 years ago | |
setup.sh | 6 years ago | |
vagrantfile.tpl | 6 years ago |
README.md
Packer
About
Packer 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).
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. Note that the build process might take several minutes.