Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update builder Makefile to enable SELinux and run the relabelling. | James Shubin | 2014-01-21 | 1 | -14/+13 |
| | | | | Thanks: rwmjones in #libguestfs for help and discussion. | ||||
* | Add more notes from rwmjones. | James Shubin | 2014-01-21 | 1 | -0/+1 |
| | |||||
* | Add short README for builder process. | James Shubin | 2014-01-20 | 1 | -0/+13 |
| | |||||
* | Builder scripts for building vagrant base image "boxes". | James Shubin | 2014-01-11 | 10 | -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. |