Skip to content

Commit

Permalink
kernel: fix boot.consoleLogLevel description
Browse files Browse the repository at this point in the history
The current description describes the opposite influence of the setting
https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt

(cherry picked from commit 9f7eabc)
  • Loading branch information
teto authored and grahamc committed Apr 17, 2018
1 parent b065fd7 commit 7df808d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/system/boot/kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
};

Expand Down

0 comments on commit 7df808d

Please sign in to comment.