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 2023-08-10 10:06:50 +02:00
parent a74c99807f
commit f24e1b54e1

4
TODO
View File

@ -84,6 +84,10 @@ Janitorial Clean-ups:
Having two lists is not nice, but maybe it's now worth making a dependency on
libmount for something so trivial.
* drop set_free_free() and switch things over from string_hash_ops to
string_hash_ops_free everywhere, so that destruction is implicit rather than
explicit. Similar, for other special hashmap/set/ordered_hashmap destructors.
Deprecations and removals:
* Remove any support for booting without /usr pre-mounted in the initrd entirely.