hypriot / image-builder-rpi

SD card image for Raspberry Pi with Docker: HypriotOS
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
1.07k stars 168 forks source link

raspi-config cannot select keyboard #327

Closed jeffrson closed 4 years ago

jeffrson commented 5 years ago

Hi

as soon as I want to choose localization/keyboard there's an error message that disappears too fast to be read, and raspi-config returns to the main menu.

Any idea?

dneckel commented 4 years ago

Seems like the keyboard-configuration is not installed, I ran into the same problem. You can fix this for now by running sudo apt install keyboard-configuration The raspi-config option will work afterwards.

StefanScherer commented 4 years ago

Thanks for sharing the solution. Closing this now.