From: Lennart Poettering Date: Wed, 21 Apr 2021 19:43:33 +0000 (+0200) Subject: update TODO X-Git-Tag: v249-rc1~369 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=192b31f28f5cac771c244777c0c02b942bef2f89;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index cf8568f28e4..682f296d60f 100644 --- a/TODO +++ b/TODO @@ -225,13 +225,6 @@ Features: * Add service setting to run a service within the specified VRF. i.e. do the equivalent of "ip vrf exec". -* Add root=gpt-auto-late support or so, that is like root=gpt-auto but - initially mounts a tmpfs to /sysroot, and then revisits later after - systemd-repart ran. Usecase: let's ship images with only /usr partition, then - on first boot create the root partition. In this case we want to read the - repart data from /usr before the root partition exists. Add usr=gpt-auto that - automatically finds a /usr partition. - * change SwitchRoot() implementation in PID 1 to use pivot_root(".", "."), as documented in the pivot_root(2) man page, so that we can drop the /oldroot temporary dir. @@ -837,10 +830,6 @@ Features: "systemd-gdb" for attaching to the start-up of any system service in its natural habitat. -* gpt-auto logic: related to the above, maybe support a "secondary" root - partition, that is mounted to / and is writable, and where the actual root's - /usr is mounted into. - * gpt-auto logic: support encrypted swap, add kernel cmdline option to force it, and honour a gpt bit about it, plus maybe a configuration file * drop nss-myhostname in favour of nss-resolve?