add note about keymap bug in qemu 2.11.

See #5769
This commit is contained in:
Matthew Hooker 2018-03-09 15:33:28 -08:00
parent b1eaaed6fb
commit 8c408df53d
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 4 additions and 0 deletions

View File

@ -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.