I recently learned about the raspi-config noint
parameter from here. This is perfect for my needs but now I need to figure out which parameters to send.
I'm trying to change two things: the resolution and the keyboard layout. Where can I learn what parameters I need to type in?
do_resolution
anddo_configure_keyboard
, but how do I find out what value I need to provide? Maybe I could change it to what I want using the interactive way and then finding out what that value is? – GFL Nov 06 '19 at 04:12