Commit ddd794c3 authored by Aaron Brady's avatar Aaron Brady

Update QEMU builder documentation with `disk_image` flag

parent d7268a11
......@@ -248,6 +248,11 @@ each category, the available options are alphabetized and described.
Packer will choose a randomly available port in this range to use as the
host port.
* `disk_image` (boolean) - Packer defaults to building from an ISO file,
this parameter controls whether the ISO URL supplied is actually a bootable
QEMU image. When this value is set to true, the machine will clone the
source, resize it according to `disk_size` and boot the image.
## Boot Command
The `boot_command` configuration is very important: it specifies the keys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment