Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language and Keyboard not set in anaconda and gdm us default is used #3815

Open
filoucrackeur opened this issue Nov 23, 2023 · 0 comments
Open

Comments

@filoucrackeur
Copy link

When i create an iso with an other language than us keyboard is not changed it keep always us language and keyboard in anaconda and gdm.

i run rhel 8.8 version my iso works but language and keyboard or not set
and us keyboard and language by default is used.

name = "SANDBOX"
description = "SANDBOX client iso installation"
modules = []
distro = "rhel-88"

[[groups]]
name = "workstation-product-environment"

[[packages]]
name = "httpd"
version = "*"

[customizations]
hostname = "client.sand.box"

[customizations.firewall.services]
enabled = ["vnc-server"]

[[customizations.user]]
name = "administrateur"
password = "***************"
groups = ["wheel"]

[[customizations.user]]
name = "root"
password = "***************"
description = "administrateur"
groups = ["wheel"]

[customizations.locale]
languages = ["fr_FR.UTF-8"]
keyboard = "fr"

[customizations.services]
enabled = ["gdm", "sssd", "chronyd", "oddjobd", "clamd@scan", "clamav-freshclam"]

[customizations.kernel]
append = "selinux=0 enforcing=0"

[customizations.timezone]
timezone = "Europe/Paris"

Capture d’écran 2023-11-23 à 22 42 34

Capture d’écran 2023-11-23 à 22 39 41

@croissanne croissanne transferred this issue from osbuild/image-builder Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant