Correct docs for qemu vm_name
This commit is contained in:
parent
50d44ad740
commit
f725cf1a4b
|
@ -247,10 +247,9 @@ builder and not otherwise conflicting with the qemuargs):
|
||||||
host port.
|
host port.
|
||||||
|
|
||||||
- `vm_name` (string) - This is the name of the image (QCOW2 or IMG) file for
|
- `vm_name` (string) - This is the name of the image (QCOW2 or IMG) file for
|
||||||
the new virtual machine. By default this is "packer-BUILDNAME.FORMAT", where
|
the new virtual machine. By default this is "packer-BUILDNAME", where
|
||||||
`BUILDNAME` is the name of the build and `FORMAT` matches the `format`
|
`BUILDNAME` is the name of the build. Currently, no file extension will be
|
||||||
option, above. If you customize this you must specify the file extension or
|
used unless it is specified in this option.
|
||||||
none will be used.
|
|
||||||
|
|
||||||
- `vnc_port_min` and `vnc_port_max` (integer) - The minimum and maximum port
|
- `vnc_port_min` and `vnc_port_max` (integer) - The minimum and maximum port
|
||||||
to use for the VNC port on the host machine which is forwarded to the VNC
|
to use for the VNC port on the host machine which is forwarded to the VNC
|
||||||
|
|
Loading…
Reference in New Issue