Commit d0501a7b authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1493 from hiroyuki-sato/patch_for_packer

Update document about qemu builder for [GH-1407].
parents a93949eb c650f6f6
...@@ -161,6 +161,12 @@ each category, the available options are alphabetized and described. ...@@ -161,6 +161,12 @@ each category, the available options are alphabetized and described.
must point to the same file (same checksum). By default this is empty must point to the same file (same checksum). By default this is empty
and `iso_url` is used. Only one of `iso_url` or `iso_urls` can be specified. and `iso_url` is used. Only one of `iso_url` or `iso_urls` can be specified.
* `machine_type` (string) - Select the emulated machine by name.
Use "qemu-system-x86_64 -machine help"(Ubuntu),
"/usr/libexec/qemu-kvm -machine help"(RHEL7) to list available machines.
The Qemu builder uses "pc-1.0" by default. If you use packer on RHEL7,
specify this value to "pc".
* `net_device` (string) - The driver to use for the network interface. Allowed * `net_device` (string) - The driver to use for the network interface. Allowed
values "ne2k_pci," "i82551," "i82557b," "i82559er," "rtl8139," "e1000," values "ne2k_pci," "i82551," "i82557b," "i82559er," "rtl8139," "e1000,"
"pcnet" or "virtio." The Qemu builder uses "virtio" by default. "pcnet" or "virtio." The Qemu builder uses "virtio" by default.
......
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