Merge remote-tracking branch 'origin/pr/129'
[grml-debootstrap.git] / packer / README.md
1 Creating Vagrant baseboxes and testing grml-debootstrap
2 =======================================================
3
4 Purpose
5 -------
6
7 This directory provides configurations and scripts to
8
9 * test grml-debootstrap
10 * generate base.box for Virtualbox usage with Vagrant
11
12 Required software
13 -----------------
14
15 * [Packer](https://packer.io/) binary in $PATH
16 * [Vagrant](https://vagrantup.com/)
17 * [Virtualbox](https://www.virtualbox.org/)
18
19 Usage instructions
20 ------------------
21
22 To create a Debian base box for usage with Vagrant
23 (and while at it run the grml-debootstrap tests):
24
25     % cd grml-debootstrap.git
26     % make testrun
27
28 Start resulting Debian system via Vagrant:
29
30     % vagrant up