|
@@ -54,8 +54,8 @@ config LOCK_KERNEL
|
|
|
|
|
|
config INIT_ENV_ARG_LIMIT
|
|
config INIT_ENV_ARG_LIMIT
|
|
int
|
|
int
|
|
- default 32 if !USERMODE
|
|
|
|
- default 128 if USERMODE
|
|
|
|
|
|
+ default 32 if !UML
|
|
|
|
+ default 128 if UML
|
|
help
|
|
help
|
|
Maximum of each of the number of arguments and environment
|
|
Maximum of each of the number of arguments and environment
|
|
variables passed to init from the kernel command line.
|
|
variables passed to init from the kernel command line.
|