add a note about running qemu next to a `common` file.

Related to $4291
This commit is contained in:
Matthew Hooker 2016-12-20 17:22:47 -08:00
parent 314f169d08
commit b35226ffae
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 8 additions and 0 deletions

View File

@ -419,3 +419,11 @@ CentOS 6.4 installer:
" ks=http://10.0.2.2:{{ .HTTPPort }}/centos6-ks.cfg<enter>"
]
```
### Troubleshooting
Some users have experienced errors complaining about invalid keymaps. This
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.