packer-cn/builder/qemu
Omer Katz 56af885212
Avoid warning when using raw format.
When using the raw image format and attempting to resize it we get the following error message:
```
WARNING: Image format was not specified for 'test.raw' and probing guessed raw.
         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.
```
Specifying the format will remove this warning.
2018-03-29 14:51:02 +03:00
..
artifact.go fmt 2014-10-28 08:43:19 -07:00
builder.go Merge pull request #5738 from testworksau/intel-haxm-support 2018-01-31 12:41:15 -08:00
builder_test.go Align virtual disk size for qemu builder 2017-11-15 15:00:13 -05:00
driver.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
ssh.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_boot_wait.go fix imports 2018-01-24 17:09:17 -08:00
step_configure_vnc.go fix imports 2018-01-24 17:09:17 -08:00
step_convert_disk.go fix imports 2018-01-24 17:09:17 -08:00
step_copy_disk.go fix imports 2018-01-24 17:09:17 -08:00
step_create_disk.go fix imports 2018-01-24 17:09:17 -08:00
step_forward_ssh.go fix imports 2018-01-24 17:09:17 -08:00
step_prepare_output_dir.go fix imports 2018-01-24 17:09:17 -08:00
step_resize_disk.go Avoid warning when using raw format. 2018-03-29 14:51:02 +03:00
step_run.go fix imports 2018-01-24 17:09:17 -08:00
step_set_iso.go fix imports 2018-01-24 17:09:17 -08:00
step_shutdown.go fix imports 2018-01-24 17:09:17 -08:00
step_type_boot_command.go fix imports 2018-01-24 17:09:17 -08:00