From 733a3ca317f1907efb74f668b42e90f38aca3eee Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 27 Oct 2014 17:06:17 -0700 Subject: [PATCH] website: update for machine type on qemu --- website/source/docs/builders/qemu.html.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/qemu.html.markdown b/website/source/docs/builders/qemu.html.markdown index 369df841f..770bcb9d7 100644 --- a/website/source/docs/builders/qemu.html.markdown +++ b/website/source/docs/builders/qemu.html.markdown @@ -161,11 +161,9 @@ each category, the available options are alphabetized and described. 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. -* `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". +* `machine_type` (string) - The type of machine emulation to use. Run + your qemu binary with the flags `-machine help` to list available types + for your system. This defaults to "pc". * `net_device` (string) - The driver to use for the network interface. Allowed values "ne2k_pci," "i82551," "i82557b," "i82559er," "rtl8139," "e1000,"