diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-21 23:53:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-21 23:53:20 +0200 |
commit | 87ce22cc0d097d9cd0297d0141eadba6c573c299 (patch) | |
tree | 8b7831ad915705a9ee67aa2e6defdc58dc3e9a9d /TODO | |
parent | b4bdfefac3fcf633aa0700a981d854cc49a9725b (diff) |
readahead: merge three binaries into one
since the binaries share much of the same code and we better load only
one binary instead of two from disk at early boot let's merge the three
readahead binaries into one. This also allows us to drop a lot of
duplicated code.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ Features: * supprto rd.xxx wherever else makes sense -* readahead: merge the three tools into one binary - * systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields * journal: hook up with EFI firmware log, new kmsg logic |