Re: [systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-07-02 Thread Michal Sekletar
On Wed, Jul 02, 2014 at 03:05:36AM +0200, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Jul 01, 2014 at 04:36:47PM +0200, Lennart Poettering wrote: > > On Tue, 01.07.14 16:47, microcai (micro...@fedoraproject.org) wrote: > > > > > > Maybe another option is to improve localectl on the client side to

Re: [systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-07-02 Thread Lennart Poettering
On Wed, 02.07.14 03:05, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > > On Tue, Jul 01, 2014 at 04:36:47PM +0200, Lennart Poettering wrote: > > On Tue, 01.07.14 16:47, microcai (micro...@fedoraproject.org) wrote: > > > > > > Maybe another option is to improve localectl on the client s

Re: [systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-07-02 Thread Kay Sievers
On Wed, Jul 2, 2014 at 3:05 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Jul 01, 2014 at 04:36:47PM +0200, Lennart Poettering wrote: >> On Tue, 01.07.14 16:47, microcai (micro...@fedoraproject.org) wrote: >> >> > > Maybe another option is to improve localectl on the client side to >> > > simpl

Re: [systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-07-01 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jul 01, 2014 at 04:36:47PM +0200, Lennart Poettering wrote: > On Tue, 01.07.14 16:47, microcai (micro...@fedoraproject.org) wrote: > > > > Maybe another option is to improve localectl on the client side to > > > simply warn the user if there's something on the kernel cmdline > > > specifie

Re: [systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-07-01 Thread Lennart Poettering
On Tue, 01.07.14 16:47, microcai (micro...@fedoraproject.org) wrote: > > Maybe another option is to improve localectl on the client side to > > simply warn the user if there's something on the kernel cmdline > > specified? (this check should probably test this directly, bypassing > > localed, and

Re: [systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-07-01 Thread microcai
在 2014年6月30日 星期一 15:10:06,Lennart Poettering 写道: > On Mon, 02.06.14 18:03, Michal Sekletar (msekl...@redhat.com) wrote: > > Heya! > > Sorry for the late response! > > > systemd spawns services with locale settings taken from kernel > > cmdline. If it doesn't find anything there, then it proceeds

Re: [systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-06-30 Thread Lennart Poettering
On Mon, 02.06.14 18:03, Michal Sekletar (msekl...@redhat.com) wrote: Heya! Sorry for the late response! > systemd spawns services with locale settings taken from kernel > cmdline. If it doesn't find anything there, then it proceeds with > parsing settings from /etc/locale.conf. localed should d

[systemd-devel] [PATCH] localed: search locale settings on kernel cmdline first

2014-06-02 Thread Michal Sekletar
systemd spawns services with locale settings taken from kernel cmdline. If it doesn't find anything there, then it proceeds with parsing settings from /etc/locale.conf. localed should do the same and look at kernel cmdline first. --- src/locale/localed.c | 80 ++---