diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-22 14:36:49 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-22 14:36:49 +0100 |
commit | 326edc3e375d6d5be205d4b1592211bf15e33bcd (patch) | |
tree | 09de5f15a633a45709298979f0d216afe553b81c /init/init.c | |
parent | 2166952ec393b9a8f890a12951c812c47fdfd457 (diff) |
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |