From: Lennart Poettering Date: Mon, 3 Feb 2025 11:47:57 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc9e080396a5709bc68c56dc1efe8f53bd190f47;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 7a14dd28827..a82599414d0 100644 --- a/TODO +++ b/TODO @@ -127,6 +127,27 @@ Features: * Add UKI profiles that are only available if secure boot is turned off +* fix bug around run0 background color on ls in fresh terminal + +* Reset TPM2 DA bit on each successful boot + +* systemd-repart: add --installer or so, that will intractively ask for a + target disk, maybe ask for confirmation, and install something on disk. Then, + hook that into installer.target or so, so that it can be used to + install/replicate installs + +* systemd-cryptenroll: add --firstboot or so, that will interactively ask user + whether recovery key shall be enrolled and do so + +* sd-boot: when looking for a BLS type #1 resource and it cannot be found in + the ESP check if ESP is backed by ramdisk/http and then request it from same + http base. Then: make mkosi build a 2nd esp maybe called the "netesp" that + contains bls type #1 entries pointing to the UKIs which would then be + requested via http this way. + +* bootctl: add tool for registering BootXXX entry that boots from some http + server of your choice + * maybe introduce container-shell@.service or so, to match container-getty.service but skips authentication, so you get a shell prompt directly. Usecase: wsl-like stuff (they have something pretty much like