1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

update TODO

This commit is contained in:
Lennart Poettering 2022-08-22 13:35:48 +02:00
parent 0b1c6448be
commit 180efdb768

5
TODO
View File

@ -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.