summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-04-21 21:43:33 +0200
committerLennart Poettering <lennart@poettering.net>2021-04-21 21:44:02 +0200
commit192b31f28f5cac771c244777c0c02b942bef2f89 (patch)
treeb294c205fe9d46e209595bc452b10d7b2bd99d3d /TODO
parentMerge pull request #19381 from poettering/generator-tweaks (diff)
downloadsystemd-192b31f28f5cac771c244777c0c02b942bef2f89.tar.xz
systemd-192b31f28f5cac771c244777c0c02b942bef2f89.zip
update TODO
Diffstat (limited to '')
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index cf8568f28e..682f296d60 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?