tylert / packer-build

Packer Automated VM Image and Vagrant Box Builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct generated filenames for QEMU image files

tylert opened this issue · comments

Currently, the image files generated when using the QEMU builder produces 2 files named, for example, base-jessie64 and base-jessie64.raw.gz.

It would be nicer to add a suffix of .img and .img.gz, respectively, to these files instead.

Insert version into the qemu image names too.