summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index b7d5813f17..f1c73fefb3 100644
--- 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.