forked from mirrors/nixpkgs
kernel: fix boot.consoleLogLevel description
The current description describes the opposite influence of the setting https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt
This commit is contained in:
parent
ea145b68a0
commit
9f7eabcc21
|
@ -77,8 +77,8 @@ in
|
|||
type = types.int;
|
||||
default = 4;
|
||||
description = ''
|
||||
The kernel console log level. Log messages with a priority
|
||||
numerically less than this will not appear on the console.
|
||||
The kernel console <literal>loglevel</literal>. All Kernel Messages with a log level smaller
|
||||
than this setting will be printed to the console.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue