From bafb07e8e289afc2d55a3a0777d7d9bee6e025a2 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 20 Jan 2014 11:45:52 -0500 Subject: Add short README for builder process. --- builder/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 builder/README diff --git a/builder/README b/builder/README new file mode 100644 index 0000000..51cec75 --- /dev/null +++ b/builder/README @@ -0,0 +1,13 @@ +This Makefile builds vagrant base image ("boxes") for vagrant-libvirt. +A short article describing the process can be found here: + +https://ttboj.wordpress.com/2014/01/20/building-base-images-for-vagrant-with-a-makefile + +This was built for Puppet-Gluster+Vagrant [1], but it can be used anywhere. + +Happy hacking, + +James / @purpleidea + +[1] https://ttboj.wordpress.com/2014/01/08/automatically-deploying-glusterfs-with-puppet-gluster-vagrant/ + -- cgit