You are not logged in.
So I just got a new laptop and I decided to set up full disk encryption on this one. Problem is, I use the Dvorak keyboard layout, and I can't seem to get that to switch before it asks for the disk password. I've set the keyboard layout in rc.conf with:
KEYMAP="dvorak"
and I've set it for X by adding this line to /etc/X11/xorg.conf.d/10-evdev.conf :
Option "KxbLayout" "dvorak"
But of course, those are both files on the root drive...which is encrypted. So they obviously won't take effect until after it's decrypted. I have it set up in grub too, using setkey, but of course that doesn't stay in effect once it starts booting. Is there any way I can set a keyboard layout that will take effect in the gap between grub and arch? Or should I just learn to type in the password in QWERTY?
Last edited by urza9814 (2011-12-26 22:06:22)
Offline
mkinitcpio -H keymap
Offline
Ah! Thank you! In my googling I found a post somewhere claiming it wasn't possible, but I figured there had to be SOME way to edit those images and make it work
Offline