[v3,0/1] Set default locale in /etc/locale.conf

Message ID 20221025102651.1729975-1-tobias.schaffner@siemens.com
Headers show
Series Set default locale in /etc/locale.conf | expand

Message

Tobias Schaffner Oct. 25, 2022, 10:26 a.m. UTC
From: Tobias Schaffner <tobias.schaffner@siemens.com>

Changes since v2:
- Resend patch with correct formatting

Changes since v1:
- Debian started packaging systemd-firstboot with version 251. Only create
  /etc/locale.conf with systemd v251 or higher.
- Symlink to /etc/default/locale as it has the same format and we do not want to
  maintain two different files.

Tobias Schaffner (1):
  Set default locale in /etc/locale.conf

 meta/classes/image-locales-extension.bbclass | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Anton Mikanovich Nov. 3, 2022, 8:54 a.m. UTC | #1
25.10.2022 13:26, T. Schaffner wrote:
> From: Tobias Schaffner <tobias.schaffner@siemens.com>
>
> Changes since v2:
> - Resend patch with correct formatting
>
> Changes since v1:
> - Debian started packaging systemd-firstboot with version 251. Only create
>    /etc/locale.conf with systemd v251 or higher.
> - Symlink to /etc/default/locale as it has the same format and we do not want to
>    maintain two different files.
>
> Tobias Schaffner (1):
>    Set default locale in /etc/locale.conf
>
>   meta/classes/image-locales-extension.bbclass | 8 ++++++++
>   1 file changed, 8 insertions(+)
>
Applied to next, thanks.