| Submitter | Andy Whitcroft |
|---|---|
| Date | June 17, 2010, 9:46 a.m. |
| Message ID | <1276768008-16696-3-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/55998/ |
| State | Accepted |
| Delegated to: | Leann Ogasawara |
| Headers | show |
Comments
Patch
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 364eda8..dd5c085 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1902,6 +1902,7 @@ CONFIG_INFINIBAND_USER_MEM=y CONFIG_INFTL=m CONFIG_INITRAMFS_SOURCE="" CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_INIT_PASS_ALL_PARAMS=y # CONFIG_INLINE_READ_LOCK is not set # CONFIG_INLINE_READ_LOCK_BH is not set # CONFIG_INLINE_READ_LOCK_IRQ is not set
BugLink: http://bugs.launchpad.net/bugs/586386 Enable passing of all kernel command line parameters to init: CONFIG_INIT_PASS_ALL_PARAMS Signed-off-by: Andy Whitcroft <apw@canonical.com> --- debian.master/config/config.common.ubuntu | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)