summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-04-17 10:30:31 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-04-17 10:45:30 +0900
commit9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f (patch)
treedcbd5818d58eb941ee9a1ab777601f379983bfbb /nixos/modules/system/boot/kernel.nix
parentea145b68a019f6fff89e772e9a6c5f0584acc02c (diff)
downloadnixlib-9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f.tar
nixlib-9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f.tar.gz
nixlib-9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f.tar.bz2
nixlib-9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f.tar.lz
nixlib-9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f.tar.xz
nixlib-9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f.tar.zst
nixlib-9f7eabcc21e1a2aa1fe834193bbd20b0c1d1208f.zip
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
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 3bd7d3558269..8ea05ed14687 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -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.
       '';
     };