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
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ in
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 4;
|
default = 4;
|
||||||
description = ''
|
description = ''
|
||||||
The kernel console log level. Log messages with a priority
|
The kernel console <literal>loglevel</literal>. All Kernel Messages with a log level smaller
|
||||||
numerically less than this will not appear on the console.
|
than this setting will be printed to the console.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue