From 747d1eba273a9d7a2cefc4b6aab318f7f1dfd507 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 16 Apr 2018 10:38:59 -0700 Subject: [PATCH] add a note about sdl errors and how to fix. --- website/source/docs/builders/qemu.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/qemu.html.md b/website/source/docs/builders/qemu.html.md index 91b0e09a2..bdd39410b 100644 --- a/website/source/docs/builders/qemu.html.md +++ b/website/source/docs/builders/qemu.html.md @@ -312,7 +312,7 @@ default port of `5985` or whatever value you have the service set to listen on. - `use_default_display` (boolean) - If true, do not pass a `-display` option to qemu, allowing it to choose the default. This may be needed when running - under OS X. + under OS X, and getting errors about `sdl` not being available. - `shutdown_command` (string) - The command to use to gracefully shut down the machine once all the provisioning is done. By default this is an empty