Add en and de langauge support for rockylinux
This commit is contained in:
parent
d73e78c5f2
commit
9986d19ed6
@ -170,6 +170,8 @@ rocky:
|
|||||||
- cloud-init
|
- cloud-init
|
||||||
- dhcp-client
|
- dhcp-client
|
||||||
- efibootmgr
|
- efibootmgr
|
||||||
|
- glibc-langpack-en
|
||||||
|
- glibc-langpack-de
|
||||||
- grub2
|
- grub2
|
||||||
- grub2-efi
|
- grub2-efi
|
||||||
- lrzsz
|
- lrzsz
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
- name: Create vconsole.conf
|
- name: Create vconsole.conf
|
||||||
copy:
|
copy:
|
||||||
content: "KEYMAP=de-latin1-nodeadkeys"
|
content: "KEYMAP=us-intl"
|
||||||
dest: /mnt/etc/vconsole.conf
|
dest: /mnt/etc/vconsole.conf
|
||||||
|
|
||||||
- name: Create locale.conf
|
- name: Create locale.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user