]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Apr 2021 19:43:33 +0000 (21:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Apr 2021 19:44:02 +0000 (21:44 +0200)
TODO

diff --git a/TODO b/TODO
index cf8568f28e4ce9d5c8829cd7b7b6ae602004e561..682f296d60f84172f5fda70059fda10b9680fc52 100644 (file)
--- 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?