summaryrefslogtreecommitdiffstats
path: root/builder
Commit message (Collapse)AuthorAgeFilesLines
* Remove the builder/ directory since it has now been split off.James Shubin2014-06-2512-357/+4
| | | | New git project at: https://github.com/purpleidea/vagrant-builder
* Store different os versions in different output directories.James Shubin2014-04-042-5/+18
| | | | | | | (I guess this means I'm now a vagrant os image maintainer.) NOTE: you can create your own personal scripts in builder/versions/ ! (See the template.sh file there for more information.)
* Update builder Makefile to enable SELinux and run the relabelling.James Shubin2014-01-211-14/+13
| | | | Thanks: rwmjones in #libguestfs for help and discussion.
* Add more notes from rwmjones.James Shubin2014-01-211-0/+1
|
* Add short README for builder process.James Shubin2014-01-201-0/+13
|
* Builder scripts for building vagrant base image "boxes".James Shubin2014-01-1110-0/+337
Elegant system using a Makefile to build base image "boxes". It's recommended that you use the pre-built boxes, but the infrastructure is being provided here for completeness. You'll probably want to set the $(OUTPUT) variable first. Then use the 'box' target (make box) to produce output into the $(OUTPUT) directory.