1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/packer
2017-10-29 15:55:50 +01:00
..
udev_rules packer: add custom udev rules 2017-06-02 11:09:33 +02:00
.gitignore packer: intial conf. to generate virtualbox based vagrant box 2016-10-13 14:29:19 +02:00
preseed.cfg dist: Update Vagrant packer files to include xstlproc and Ubuntu 16.04.3 2017-10-29 15:55:50 +01:00
README.md doc/packer: add initial README 2016-10-13 17:15:53 +02:00
riot.json dist: Update Vagrant packer files to include xstlproc and Ubuntu 16.04.3 2017-10-29 15:55:50 +01:00
setup.sh packer: intial conf. to generate virtualbox based vagrant box 2016-10-13 14:29:19 +02:00
vagrantfile.tpl packer: intial conf. to generate virtualbox based vagrant box 2016-10-13 14:29:19 +02:00

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.