Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?

This commit is contained in:
Rob Landley
2005-08-30 18:50:37 +00:00
parent 7a8f6792f3
commit c3386a4304
2 changed files with 14 additions and 72 deletions

View File

@@ -35,14 +35,6 @@ config CONFIG_FEATURE_INIT_COREDUMPS
core file sizes. If this option is disabled, processes
will not generate any core files.
config CONFIG_FEATURE_INIT_SWAPON
bool " Should init run swapon if short on memory?"
default y
depends on CONFIG_INIT
help
If the system has less than one megabyte of total memory, init
will run '/sbin/swapon -a' to add swap memory.
config CONFIG_FEATURE_INIT_SCTTY
bool " Support running commands with a controlling-tty?"
default n