diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 16:50:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 16:50:19 -0500 |
commit | 32eebfd2fa87ad54628e3da51cb096e473621a16 (patch) | |
tree | 1cfb5d0673b121b2079d6dbf5d92f8a6f483e876 /system/preload/README | |
parent | 7724377dc2a60311eb3ab914828683d719ac159f (diff) |
system/preload: Noted mkinitrd problem in README
Thanks to David Somero for experiencing a gremlin...
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/preload/README')
-rw-r--r-- | system/preload/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/preload/README b/system/preload/README index 9cfbb372b5e2..121c9b57f822 100644 --- a/system/preload/README +++ b/system/preload/README @@ -2,3 +2,6 @@ Preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what apps users might run, and fetches those binaries and their dependencies into memory for faster startup times. + +Note that preload might occasionally interfere with some things; +at least mkinitrd can experience unexpected/broken behavior. |