aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r--Documentation/admin-guide/kernel-parameters.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 62436bd5f34a..af614995b71d 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -640,6 +640,20 @@
640 console=brl,ttyS0 640 console=brl,ttyS0
641 For now, only VisioBraille is supported. 641 For now, only VisioBraille is supported.
642 642
643 console_msg_format=
644 [KNL] Change console messages format
645 default
646 By default we print messages on consoles in
647 "[time stamp] text\n" format (time stamp may not be
648 printed, depending on CONFIG_PRINTK_TIME or
649 `printk_time' param).
650 syslog
651 Switch to syslog format: "<%u>[time stamp] text\n"
652 IOW, each message will have a facility and loglevel
653 prefix. The format is similar to one used by syslog()
654 syscall, or to executing "dmesg -S --raw" or to reading
655 from /proc/kmsg.
656
643 consoleblank= [KNL] The console blank (screen saver) timeout in 657 consoleblank= [KNL] The console blank (screen saver) timeout in
644 seconds. A value of 0 disables the blank timer. 658 seconds. A value of 0 disables the blank timer.
645 Defaults to 0. 659 Defaults to 0.