From 8c408df53dde76138546665ca620b48770df52aa Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 9 Mar 2018 15:33:28 -0800 Subject: [PATCH] add note about keymap bug in qemu 2.11. See #5769 --- website/source/docs/builders/qemu.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/qemu.html.md b/website/source/docs/builders/qemu.html.md index 2d3c82d9e..ac15772a0 100644 --- a/website/source/docs/builders/qemu.html.md +++ b/website/source/docs/builders/qemu.html.md @@ -456,3 +456,7 @@ seems to be related to having a `common` directory or file in the directory they've run Packer in, like the packer source directory. This appears to be an upstream bug with qemu, and the best solution for now is to remove the file/directory or run in another directory. + +Some users have reported issues with incorrect keymaps using qemu version 2.11. +This is a bug with qemu, and the solution is to upgrade, or downgrade to 2.10.1 +or earlier.