]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 27450/head
authorLennart Poettering <lennart@poettering.net>
Fri, 28 Apr 2023 19:05:15 +0000 (21:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 May 2023 15:55:55 +0000 (17:55 +0200)
TODO

diff --git a/TODO b/TODO
index b7d5813f177d7b448841041ccd550a672ed139f2..f1c73fefb35cf2669b8d111cde7c3dc3fdc85354 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1224,10 +1224,6 @@ Features:
 * Add service setting to run a service within the specified VRF. i.e. do the
   equivalent of "ip vrf exec".
 
-* 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.
-
 * special case some calls of chase() to use openat2() internally, so
   that the kernel does what we otherwise do.