diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-05 19:48:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-05 19:48:55 +0200 |
commit | 3a23a766fc7444bc99f45d26972d3b237e092030 (patch) | |
tree | 9df4a368c3dbec46f2cf71be9b693156e301add7 | |
parent | e658bd9e20cc49dfb956c361da97dbe812691410 (diff) | |
parent | d9ca18fc33332b6d60e365810995f3586984b0a0 (diff) | |
download | vyos-documentation-sagitta.tar.gz vyos-documentation-sagitta.zip |
Merge pull request #1633 from vyos/mergify/bp/sagitta/pr-1632sagitta
T7397: add "system kernel option quiet" to suppress boot messages (backport #1632)
-rw-r--r-- | docs/configuration/system/option.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst index 4374f385..d039315c 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 *********** |