mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 11:32:04 -05: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 |
||
|---|---|---|
| .. | ||
| artifact.go | ||
| builder.go | ||
| builder_test.go | ||
| driver.go | ||
| ssh.go | ||
| step_boot_wait.go | ||
| step_configure_vnc.go | ||
| step_convert_disk.go | ||
| step_copy_disk.go | ||
| step_create_disk.go | ||
| step_forward_ssh.go | ||
| step_prepare_output_dir.go | ||
| step_resize_disk.go | ||
| step_run.go | ||
| step_set_iso.go | ||
| step_shutdown.go | ||
| step_type_boot_command.go | ||