Add en and de langauge support for rockylinux

This commit is contained in:
Sandwich 2024-04-17 04:19:32 +02:00
parent d73e78c5f2
commit 9986d19ed6
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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