git: 840ca63582e4 - stable/14 - vt.4: document kern.consmute
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Dec 2024 18:56:56 UTC
The branch stable/14 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=840ca63582e42726f2f796d850eb343bf264e963
commit 840ca63582e42726f2f796d850eb343bf264e963
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-11-08 00:51:50 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-28 18:16:58 +0000
vt.4: document kern.consmute
MFC after: 3 days
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1521
(cherry picked from commit fb91b9858080143b56ba637ab3c8954f3f94694a)
---
share/man/man4/vt.4 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4
index 3416ce0cca78..bd583abf8a98 100644
--- a/share/man/man4/vt.4
+++ b/share/man/man4/vt.4
@@ -54,6 +54,7 @@ In
In
.Xr loader.conf 5 or
.Xr sysctl.conf 5 :
+.Cd kern.consmute=1
.Cd kern.vt.kbd_halt=1
.Cd kern.vt.kbd_poweroff=1
.Cd kern.vt.kbd_reboot=1
@@ -302,6 +303,8 @@ prompt, set in
or changed at runtime with
.Xr sysctl 8 .
.Bl -tag -width indent
+.It Va kern.consmute
+Disable printing kernel messages to the system console.
.It Va kern.vt.enable_bell
Enable the terminal bell.
.El