Skip to content

jonuwz/packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages