]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 23065/head
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Apr 2022 21:47:07 +0000 (23:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Apr 2022 08:44:56 +0000 (10:44 +0200)
TODO

diff --git a/TODO b/TODO
index 9e3c246d3a08107e5dfdc885cbfb514aa0bb01f0..9099c2e6267650821d3e02f3e11469fa3b6350d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -441,11 +441,6 @@ Features:
   https://github.com/dvdhrm/docs/blob/master/drm-howto/modeset.c for an example
   for doing that.
 
-* pass systemd-detect-virt result to generators as env var. Modifying behaviour
-  based on whether we are virtualized or not is a pretty common thing, hence
-  maybe just pass that info along for free in an env var. We cache the result
-  anyway, so it's basically free.
-
 * introduce /dev/disk/root/* symlinks that allow referencing partitions on the
   disk the rootfs is on in a reasonably secure way. (or maybe: add
   /dev/gpt-auto-{home,srv,boot,…} similar in style to /dev/gpt-auto-root as we