From: Lennart Poettering Date: Tue, 12 Apr 2022 21:47:07 +0000 (+0200) Subject: update TODO X-Git-Tag: v251-rc2~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23065%2Fhead;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 9e3c246d3a0..9099c2e6267 100644 --- 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