From 32eebfd2fa87ad54628e3da51cb096e473621a16 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 27 Mar 2011 16:50:19 -0500 Subject: [PATCH] system/preload: Noted mkinitrd problem in README Thanks to David Somero for experiencing a gremlin... Signed-off-by: Robby Workman --- system/preload/README | 3 +++ 1 file changed, 3 insertions(+) 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.