Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonuwz/packer


https://github.com/jonuwz/packer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#### Notes

* If you build a qemu image, minify the resulting image with:

`cd output-qemu`
`mv image.qcow2 image.qcow2.big`
`qemu-img -O qcow2 -c image.qcow2.big image.qcow2`
`rm image.qcow2.big`

* To only build a certain image run

`packer build -only=qemu template.json`
`packer build -only=vmware-iso template.json`
`packer build -only=virtualbox-iso template.json`