add a note about running qemu next to a `common` file.
Related to $4291
This commit is contained in:
parent
314f169d08
commit
b35226ffae
|
@ -419,3 +419,11 @@ CentOS 6.4 installer:
|
||||||
" ks=http://10.0.2.2:{{ .HTTPPort }}/centos6-ks.cfg<enter>"
|
" 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.
|
||||||
|
|
Loading…
Reference in New Issue