summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-09-23 10:11:49 +0200
committerLennart Poettering <lennart@poettering.net>2020-09-23 18:57:37 +0200
commit1f40142721d148682a836e5267aef470717ec2dc (patch)
tree20791d08ecbb10d791279bac60d5063ad5cc4d44 /TODO
parenttree-wide: port remaining umount() calls to umount_verbose() (diff)
downloadsystemd-1f40142721d148682a836e5267aef470717ec2dc.tar.xz
systemd-1f40142721d148682a836e5267aef470717ec2dc.zip
update TODO
Diffstat (limited to '')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 9f123f5626..f19fdcc56b 100644
--- a/TODO
+++ b/TODO
@@ -20,10 +20,6 @@ Janitorial Clean-ups:
Features:
-* add wrapper for mount() that uses O_PATH on the destination and than mounts
- to /proc/self/fd/xxx so that we basically have a mount() with O_NOFOLLOW like
- behaviour. (in case of bind mounts do it on both source and target)
-
* add root=tmpfs that mounts a tmpfs to /sysroot (to be used in combination
with usr=…, for a similar effect as systemd.volatile=yes but without the
"hide-out" effect). Also, add root=gpt-auto-late support or so, that is like