Merge pull request #4205 from jfbibeau/patch-1

Docs: add QCOW2 format support for `iso_url`
This commit is contained in:
Matthew Hooker 2017-01-30 12:10:05 -08:00 committed by GitHub
commit fe4dd6ef23
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ Linux server and have not enabled X11 forwarding (`ssh -X`).
- `iso_url` (string) - A URL to the ISO containing the installation image.
This URL can be either an HTTP URL or a file URL (or path to a file). If
this is an HTTP URL, Packer will download it and cache it between runs.
This can also be a URL to an IMG or QCOW2 file, in which case QEMU will
boot directly from it. When passing a path to an IMG or QCOW2 file, you
should set `disk_image` to "true".
- `ssh_username` (string) - The username to use to SSH into the machine once
the OS is installed.