On 04/14/2010 01:14 AM, Craig Ringer wrote:
The attached patch should fix the parsing behavior.
there's a different workaround in the plymouth debian package, however,
it would be certainly nice if you could send your patch to upstream, so
that it can be applied there.
Regards,
Daniel
--
A
The attached patch should fix the parsing behavior.
--- plymouth-0.8.1/src/main.c 2010-04-13 22:04:43.0 +0800
+++ main.c 2010-04-13 22:04:32.0 +0800
@@ -579,6 +579,19 @@
}
static bool
+kernel_cmdline_contains_kw(state_t *state, const char * kw)
+{
+ const int kwlen = strlen(k
2 matches
Mail list logo