Merge branch 'fix-tty-keyboard-layout' into 'main'
WIP: Fix keyboard layout on tty (fixes #20) Closes #20 See merge request fablab/labsync!61
This commit is contained in:
commit
b1c4f9eca4
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
- name: generate locales
|
||||
command: locale-gen
|
||||
|
||||
- name: reconfigure keyboard-configuration
|
||||
command: dpkg-reconfigure -f noninteractive keyboard-configuration
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@
|
|||
template:
|
||||
src: keyboard.j2
|
||||
dest: /etc/default/keyboard
|
||||
notify:
|
||||
- reconfigure keyboard-configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue