archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
6.09k stars 529 forks source link

Use the current layout instead of the us layout #2495

Closed ngn13 closed 4 months ago

ngn13 commented 4 months ago

PR Description:

By default, the installer selects the "us" layout. With this simple enhancement, it selects the current layout (acquired by parsing localectl status output) instead of "us".

So if the user runs loadkeys or localectl set-keymap before running archinstall, they won't have to set their keymap again.

Tests and Checks

svartkanin commented 4 months ago

looks good thanks for that!