Mercurial > hg > aboriginal
view sources/patches/linux-2.6.13-cmdline.patch @ 123:27bdecacab37
Forgot to "hg add" this kernel patch to make UML packaging work.
author | Rob Landley <rob@landley.net> |
---|---|
date | Mon, 05 Mar 2007 18:36:04 -0500 |
parents | |
children | 0d8e80202e94 |
line wrap: on
line source
--- linux-old/init/main.c 2005-09-09 21:42:58.000000000 -0500 +++ linux-new/init/main.c 2005-10-24 02:07:37.683498720 -0500 @@ -242,15 +242,6 @@ if (obsolete_checksetup(param)) return 0; - /* - * Preemptive maintenance for "why didn't my mispelled command - * line work?" - */ - if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { - printk(KERN_ERR "Unknown boot option `%s': ignoring\n", param); - return 0; - } - if (panic_later) return 0;