diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index dd793055..a86347e5 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1056,6 +1056,8 @@ class Installer: return InstallationFile(self, filename, owner) def set_keyboard_language(self, language: str) -> bool: + from .systemd import localectl_status + log(f"Setting keyboard language to {language}", level=logging.INFO) if len(language.strip()): if not verify_keyboard_layout(language):