From: Lennart Poettering Date: Mon, 18 May 2026 06:44:19 +0000 (+0200) Subject: update TODO X-Git-Tag: v261-rc1~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c91ddaf1eeeeeba77c4374902827c9a274b6a196;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO.md b/TODO.md index 8f760294a88..eae2f1a16da 100644 --- a/TODO.md +++ b/TODO.md @@ -128,6 +128,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later ## Features +- Reuse the LoaderKeyboardLayout EFI variable/find_vconsole_keymap_for_bcp47() + to pre-select kbd layout in systemd-firstboot. (Right now it's only used in + vconsole-setup as fallback). + +- Start using the PlatformLang EFI variable to pre-select language in + systemd-firstboot. (At least HP laptops seem to make good use of/configure + the value) + - format-table: introduce the concept of a "title" for a table, which remains closely associated with the table. in most cases where want to output multiple tables from the same tool we want to separate things with a title,