index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | codefiles <11915375+codefiles@users.noreply.github.com> | 2024-03-10 04:34:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 09:34:32 +0100 |
commit | 2a33d7cd974b57c0e69b0d4998e9bfe06af86b62 (patch) | |
tree | 8dbeecdd8b0e16c8c7d17a7229e4d3f77b4074f8 /archinstall/lib | |
parent | 635ae335bed8b05d56f886b61dc58c1c9f1cb4b3 (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 1 |
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 2b2af06e..41113899 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -714,6 +714,7 @@ class Installer: # sys_command('/usr/bin/arch-chroot /mnt hwclock --hctosys --localtime') self.set_hostname(hostname) self.set_locale(locale_config) + self.set_keyboard_language(locale_config.kb_layout) # TODO: Use python functions for this SysCommand(f'/usr/bin/arch-chroot {self.target} chmod 700 /root') |