diff options
author | Rob Landley <rob@landley.net> | 2005-08-30 18:50:37 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-08-30 18:50:37 +0000 |
commit | c3386a43048907fb07fb28f2723c1efbacf4bd79 (patch) | |
tree | e16eabe2df3ef6680f7d2f41a72b883b19f8e2dd /init/Config.in | |
parent | 7a8f6792f3a360756efccd6fbdb1f72db0108118 (diff) | |
download | busybox-w32-c3386a43048907fb07fb28f2723c1efbacf4bd79.tar.gz busybox-w32-c3386a43048907fb07fb28f2723c1efbacf4bd79.tar.bz2 busybox-w32-c3386a43048907fb07fb28f2723c1efbacf4bd79.zip |
Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/init/Config.in b/init/Config.in index a3584aaf5..91d990c38 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -35,14 +35,6 @@ config CONFIG_FEATURE_INIT_COREDUMPS | |||
35 | core file sizes. If this option is disabled, processes | 35 | core file sizes. If this option is disabled, processes |
36 | will not generate any core files. | 36 | will not generate any core files. |
37 | 37 | ||
38 | config CONFIG_FEATURE_INIT_SWAPON | ||
39 | bool " Should init run swapon if short on memory?" | ||
40 | default y | ||
41 | depends on CONFIG_INIT | ||
42 | help | ||
43 | If the system has less than one megabyte of total memory, init | ||
44 | will run '/sbin/swapon -a' to add swap memory. | ||
45 | |||
46 | config CONFIG_FEATURE_INIT_SCTTY | 38 | config CONFIG_FEATURE_INIT_SCTTY |
47 | bool " Support running commands with a controlling-tty?" | 39 | bool " Support running commands with a controlling-tty?" |
48 | default n | 40 | default n |