-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix locale generation on debian base distros #6472
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
base: main
Are you sure you want to change the base?
Conversation
d029c92 to
185bd6e
Compare
Signed-off-by: paulober <paul.oberosler@raspberrypi.com>
f74135b to
bfc8063
Compare
|
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging blackboxsw, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag blackboxsw to reopen it.) |
|
@blackboxsw This is required for locale generation on Debian and related distros (except for ubuntu) to work. |
|
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging blackboxsw, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag blackboxsw to reopen it.) |
|
Proposed Commit Message
Additional Context
#6471
Test Steps
Try setting a locale on debian 13 with the current cloud-init release. It will run without problems but not generate the selected locale because
locale-gendoesn't supportlocale-gen <locale>but want you select the locales in/etc/locale.genprior to the execution of this script.Merge type
@tdewey-rpi