1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/packer
Sebastian Meiling 9e870460fd tools: fix shebang in packer/setup.sh
Change shebang in script from `/bin/bash` to `/usr/bin/env bash`,
which fixed problems when `bash` is not available in standard location,
e.g., on non-Linux OSes such as FreeBSD.
2019-09-16 11:27:36 +02:00
..
udev_rules packer: add dfu-util and bluepill udev rules 2017-11-03 13:44:39 +01:00
.gitignore packer: intial conf. to generate virtualbox based vagrant box 2016-10-13 14:29:19 +02:00
preseed.cfg packer: add dfu-util and bluepill udev rules 2017-11-03 13:44:39 +01:00
README.md doc/packer: add initial README 2016-10-13 17:15:53 +02:00
riot.json packer: add dfu-util and bluepill udev rules 2017-11-03 13:44:39 +01:00
setup.sh tools: fix shebang in packer/setup.sh 2019-09-16 11:27:36 +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.