update TODO

This commit is contained in:
Lennart Poettering 2013-03-25 21:21:51 +01:00
parent e3d84721dc
commit ee64428ec2
1 changed files with 4 additions and 3 deletions

7
TODO
View File

@ -49,6 +49,10 @@ Features:
* when prompting for a hdd password show GUID partition label
* document which targets shall be pulled in by users of the facility,
and which ones are to be pulled in by the implementors of the
facility.
* teach udev + logind's uaccess to somehow handle the "dead" device nodes from:
/lib/modules/$(uname -r)/modules.devname
and apply ACLs to them if they have TAG=="uaccess" in udev rules.
@ -56,9 +60,6 @@ Features:
* clean up early boot services, and put them all before sysinit.target
and leave basic.target alone.
* introduce timers.target and paths.target and automatucally order all
timers and paths before it and after sysinit.target.
* matching against units is currently broken in journalctl. We really
need another AND level in the expressions,
i.e. sd_journal_add_conjunction().