summaryrefslogtreecommitdiffstats
path: root/system/preload
diff options
context:
space:
mode:
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
commit32eebfd2fa87ad54628e3da51cb096e473621a16 (patch)
tree1cfb5d0673b121b2079d6dbf5d92f8a6f483e876 /system/preload
parent7724377dc2a60311eb3ab914828683d719ac159f (diff)
downloadslackbuilds-32eebfd2fa87ad54628e3da51cb096e473621a16.tar.gz
slackbuilds-32eebfd2fa87ad54628e3da51cb096e473621a16.tar.xz
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')
-rw-r--r--system/preload/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/preload/README b/system/preload/README
index 9cfbb372b5..121c9b57f8 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.