Reload keyboard layout in hopes of fixing issue nr. 1

This commit is contained in:
Fierelier 2022-05-20 18:38:54 +02:00
parent d43b788465
commit 1de25f6937

View File

@ -50,6 +50,7 @@ def main():
call(["resize2fs",dev])
os.remove("/isRawImage")
call(["dpkg-reconfigure","keyboard-configuration"])
call(["udevadm","trigger","--subsystem-match=input","--action=change"])
call(["apt","install","console-setup","locales","tzdata","--yes"])
call(["dpkg-reconfigure","locales"])
call(["dpkg-reconfigure","tzdata"])