From e1065da652ca3680fdf465dd502a2bae2c2a89b9 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <vda.linux@googlemail.com>
Date: Thu, 22 Dec 2016 14:36:49 +0100
Subject: Tweak some config defaults; fix MODPROBE_SMALL ordering in "make
 config"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
---
 init/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'init')

diff --git a/init/init.c b/init/init.c
index 0813d1b5f..08cfa2f8c 100644
--- a/init/init.c
+++ b/init/init.c
@@ -83,7 +83,7 @@
 //config:
 //config:config FEATURE_INIT_COREDUMPS
 //config:	bool "Support dumping core for child processes (debugging only)"
-//config:	default y
+//config:	default n	# not Y because this is a debug option
 //config:	depends on INIT || LINUXRC
 //config:	help
 //config:	  If this option is enabled and the file /.init_enable_core
-- 
cgit v1.2.3-55-g6feb