]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@amutable.com>
Mon, 18 May 2026 06:44:19 +0000 (08:44 +0200)
committerLennart Poettering <lennart@amutable.com>
Mon, 18 May 2026 06:45:21 +0000 (08:45 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 8f760294a88f0a1afc5d3c67e038196c244f4b6e..eae2f1a16da9b943b7432870d2d6b03a3aa97776 100644 (file)
--- 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,