]> git.ipfire.org Git - thirdparty/systemd.git/commit
locale-setup: rework to use new proc_cmdline_get_key_many() API
authorLennart Poettering <lennart@poettering.net>
Mon, 12 Nov 2018 11:53:28 +0000 (12:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 14 Nov 2018 16:01:54 +0000 (17:01 +0100)
commitcd45734f8700feb66409774d8830d6541f6bb294
tree9996c35d4189cd3b32c51085a2dc7fcc48ba50e3
parent6176be15ac02c8988caff0820e865080e866682f
locale-setup: rework to use new proc_cmdline_get_key_many() API

This way we use the same code to access /proc/cmdline as everywhere
else, and thus support it in containers and the SYSTEMD_PROC_CMDLINE env
var.
src/core/locale-setup.c