diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-04-21 21:43:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-04-21 21:44:02 +0200 |
commit | 192b31f28f5cac771c244777c0c02b942bef2f89 (patch) | |
tree | b294c205fe9d46e209595bc452b10d7b2bd99d3d /TODO | |
parent | Merge pull request #19381 from poettering/generator-tweaks (diff) | |
download | systemd-192b31f28f5cac771c244777c0c02b942bef2f89.tar.xz systemd-192b31f28f5cac771c244777c0c02b942bef2f89.zip |
update TODO
Diffstat (limited to '')
-rw-r--r-- | TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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? |