system/preload: Noted mkinitrd problem in README

Thanks to David Somero for experiencing a gremlin...

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-27 16:50:19 -05:00
parent 7724377dc2
commit 32eebfd2fa

View file

@ -2,3 +2,6 @@ Preload is an adaptive readahead daemon. It monitors applications
that users run, and by analyzing this data, predicts what apps that users run, and by analyzing this data, predicts what apps
users might run, and fetches those binaries and their dependencies users might run, and fetches those binaries and their dependencies
into memory for faster startup times. into memory for faster startup times.
Note that preload might occasionally interfere with some things;
at least mkinitrd can experience unexpected/broken behavior.