void-mklive
void-mklive copied to clipboard
rc.conf keyboard layout not working
I am trying to do a custom chroot install of void on my laptop, and I want keyboard to be cz-qwertz however if I set keyboard layout as cz-qwertz (which I checked is valid layout) everytime I reboot after finished installation I get US layout in TTY. I don't really know if this is xbps or runit problem. I am installing Void from official live installer so I put it here.
I don't see how this could not work other than you editing the wrong or overwriting the file when doing the installation.
I don't know I just do KEYMAP="cz-qwertz" in rc.conf and runit doesn't seem to set it as intended
Which rc.conf?
/etc/rc.conf
Inside the chroot?
yes inside I even tried to change it after install
do you still have this issue? running loadkeys -u cz-qwertz works fine for me (that's what the KEYMAP variable line does on boot)
I stopped having this issue I do not really know what exactly changed