diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-09-23 10:11:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-09-23 18:57:37 +0200 |
commit | 1f40142721d148682a836e5267aef470717ec2dc (patch) | |
tree | 20791d08ecbb10d791279bac60d5063ad5cc4d44 /TODO | |
parent | tree-wide: port remaining umount() calls to umount_verbose() (diff) | |
download | systemd-1f40142721d148682a836e5267aef470717ec2dc.tar.xz systemd-1f40142721d148682a836e5267aef470717ec2dc.zip |
update TODO
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |