summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-08-22 13:35:48 +0200
committerLennart Poettering <lennart@poettering.net>2022-08-23 15:10:15 +0200
commit180efdb768b8153dabdbc74cd4e3c57b47b62e19 (patch)
treef00714c2b39ab3814c4da0066d8009f277951d41 /TODO
parent0b1c6448bed4e925a4ec5aa160c0aa90b5768185 (diff)
downloadsystemd-180efdb768b8153dabdbc74cd4e3c57b47b62e19.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 309c51b756..46ab894b2a 100644
--- a/TODO
+++ b/TODO
@@ -77,6 +77,11 @@ Janitorial Clean-ups:
* rework mount.c and swap.c to follow proper state enumeration/deserialization
semantics, like we do for device.c now
+* get rid of prefix_roota() and similar, only use chase_symlinks() and related
+ calls instead.
+
+* get rid of basename() and replace by path_extract_filename()
+
Deprecations and removals:
* Remove any support for booting without /usr pre-mounted in the initrd entirely.