X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=packer%2FREADME.md;fp=packer%2FREADME.md;h=119a97fb8efed3e92be27598da0cdd2c51c6dec7;hp=0000000000000000000000000000000000000000;hb=7fc0e06e6bb818dd8410e8dc2341da015121203a;hpb=1081c44c4f6368490481c4c5b48281f3846cbed1 diff --git a/packer/README.md b/packer/README.md new file mode 100644 index 0000000..119a97f --- /dev/null +++ b/packer/README.md @@ -0,0 +1,30 @@ +Creating Vagrant baseboxes and testing grml-debootstrap +======================================================= + +Purpose +------- + +This directory provides configurations and scripts to + +* test grml-debootstrap +* generate base.box for Virtualbox usage with Vagrant + +Required software +----------------- + +* [Packer](http://packer.io/) binary in $PATH +* [Vagrant](http://vagrantup.com/) +* [Virtualbox](https://www.virtualbox.org/) + +Usage instructions +------------------ + +To create a Debian base box for usage with Vagrant +(and while at it run the grml-debootstrap tests): + + % cd grml-debootstrap.git + % make testrun + +Start resulting Debian system via Vagrant: + + % vagrant up