mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
When booting from a disk image, the Qemu builder resizes the disk to 40000 which is not a multiple of 1kB. This causes problems while booting from the image. Updating the default disk size to 40960 fixes this issue