[RFC/PATCH 10/10] config: remove readahead from defconfig

Bartosz Golaszewski bartekgola at gmail.com
Thu Aug 13 13:57:30 UTC 2015


Readahead isn't a commonly used applet and since the addition of the
daemon mode its size increased significantly. Change the default value
in Config.src to 'n'.

Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com>
---
 miscutils/Config.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/miscutils/Config.src b/miscutils/Config.src
index feccb0b..6157e03 100644
--- a/miscutils/Config.src
+++ b/miscutils/Config.src
@@ -453,7 +453,7 @@ config RAIDAUTORUN
 
 config READAHEAD
 	bool "readahead"
-	default y
+	default n
 	depends on LFS
 	select PLATFORM_LINUX
 	select BUNZIP2
-- 
2.1.4



More information about the busybox mailing list