UBUNTU: SAUCE: add option to hand off all kernel parameters to init
[linux-flexiantxendom0-natty.git] / init / Kconfig
index 464c84a..d1d4acb 100644 (file)
@@ -82,6 +82,13 @@ config INIT_ENV_ARG_LIMIT
          Maximum of each of the number of arguments and environment
          variables passed to init from the kernel command line.
 
+config INIT_PASS_ALL_PARAMS
+       bool "Pass all (known and unknown) kernel parameters to init"
+       default n
+       help
+         Pass all kernel command line parameters to init, this includes
+         those consumed by kernel modules.  This is useful for upstart
+         based systems.  If in doubt say N.
 
 config CROSS_COMPILE
        string "Cross-compiler tool prefix"