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

[BUG] All Languages not available in the installer #57

Closed
noelmiller opened this issue Mar 11, 2024 · 1 comment · Fixed by #61
Closed

[BUG] All Languages not available in the installer #57

noelmiller opened this issue Mar 11, 2024 · 1 comment · Fixed by #61
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@noelmiller
Copy link
Collaborator

Describe the bug
Only English is available in the installer.

To Reproduce
Steps to reproduce the behavior:
Create an ISO and boot from it

Expected behavior
All languages should be present

Screenshots
image

Additional context
This was fixed at one point with a PR, not sure if it got reverted somehow.

@noelmiller noelmiller added bug Something isn't working help wanted Extra attention is needed labels Mar 11, 2024
@noelmiller
Copy link
Collaborator Author

noelmiller commented Mar 11, 2024

Might be related to this change:

mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true
cp /etc/os-release /etc/os-release.orig || true

mv -f /etc/rpm/macros.image-language-conf.orig /etc/rpm/macros.image-language-conf || true
mv -f /etc/os-release.orig /etc/os-release || true

I believe when this was originally working properly, we just straight up removed the language macros file and did not move it and restore it.

@noelmiller noelmiller changed the title [BUG] All Languages available in the installer [BUG] All Languages not available in the installer Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
1 participant