AnarchyLinux / installer

Anarchy Linux - A simple and intuitive Arch Linux installer. https://anarchyinstaller.org/
GNU General Public License v2.0
1.23k stars 157 forks source link

Keyboard layout issue with encryption #579

Open antonincms opened 6 years ago

antonincms commented 6 years ago

Hello !

Description of bug : When you install an encrypted lvm version of anarchy with fr locales, the layout of keyboard is in qwerty at boot, and not the layout choosed by user in installation (azerty for me).

My approach :

So I imagine that no

# mkinitcpio -p linux

is done after changing locales.

I didn't tried to reinstall bc my poor internet connection where I was, but i could if you want. But as I can see in .zhistory file, the only file I changed (bc opened with sudo) was /etc/vconsole.conf, and I rolled it back as it was. The only other command I launched was "sudo mkinitcpio -p linux".

[edit] I reinstalled and I confirm, the bug disapear with the command "sudo mkinitcpio -p linux" launched at first boot.

Advice : when I launched "# mkinitcpio -p linux" i had the warning :

==> WARNING: consolefont: no font found in configuration

that i wasn't having with my config. You should maybe add FONT=lat9w-16 (or another one) in vconsole.conf

Iljitsch commented 6 years ago

it works in german for me, but you have to update with the mkinitcio -p linux command after the install. dont know why...

antonincms commented 6 years ago

@Iljitsch What do you mean by "it works [...] but you have to update" ? Is the keymap in QWERTZ just after first install or do you need, as I needed, to launch 1 time the command sudo mkinitcpio -p <kernel> ?

nastybuttler322 commented 6 years ago

There is some sort of keyboard locale issue for the terminal. I hadn't posted an issue, because it's close enough. It might be the same as your problem. In a terminal, I think my key presses may be set for Great Britain. My delete key produces the ~ symbol, but in GUI applications like my web browser, all of my key presses work as they should.