summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-04-29 13:22:58 +0100
committerGitHub <noreply@github.com>2025-04-29 13:22:58 +0100
commitf2c96f1a32c4f79a7791bc3f826837315c54381c (patch)
tree6c1892bbd71dffeb8590e547c533c0a6c75d5a6c /docs
parent0858fe7233eb4b56450332b45773a2f7f494948f (diff)
parentfd6b53a2b6e2e7757a3600f3ead5fde6855fedd1 (diff)
downloadvyos-documentation-f2c96f1a32c4f79a7791bc3f826837315c54381c.tar.gz
vyos-documentation-f2c96f1a32c4f79a7791bc3f826837315c54381c.zip
Merge pull request #1632 from vyos/kernel-option-quiet
T7397: add "system kernel option quiet" to suppress boot messages
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/system/option.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst
index b5ebaaee..c7b1d757 100644
--- a/docs/configuration/system/option.rst
+++ b/docs/configuration/system/option.rst
@@ -72,6 +72,11 @@ Kernel
.. seealso:: https://docs.kernel.org/admin-guide/pm/amd-pstate.html
+.. cfgcmd:: set system option kernel quiet
+
+ Suppress most kernel messages during boot. This is useful for systems with
+ embedded serial console interfaces to speed up the boot process.
+
***********
HTTP client
***********