Re: [systemd-devel] [PATCH v2] use systemd.debug on the kernel command line, not "debug"

2014-04-03 Thread Colin Guthrie
'Twas brillig, and Greg KH at 03/04/14 02:02 did gyre and gimble: > +} else if (streq(key, "systemd.debug") && !value) { Just as a small not to user typos, perhaps we should also check for "system.debug"? It's a bit of a namespace crime, but it might avoid some unneeded round trips request

Re: [systemd-devel] [PATCH v2] use systemd.debug on the kernel command line, not "debug"

2014-04-02 Thread Hannes Reinecke
On 04/03/2014 03:02 AM, Greg KH wrote: > If the kernel is started with "debug", that's for the kernel to switch > into debug mode. We should rely on a namespace for our options, like > everything else (with the exception of "quiet"). Some people want to > only debug the kernel, not systemd, and t

[systemd-devel] [PATCH v2] use systemd.debug on the kernel command line, not "debug"

2014-04-02 Thread Greg KH
If the kernel is started with "debug", that's for the kernel to switch into debug mode. We should rely on a namespace for our options, like everything else (with the exception of "quiet"). Some people want to only debug the kernel, not systemd, and the opposite as well so make everyone happy. di