diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-05 19:48:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-05 19:48:23 +0200 |
commit | d9ca18fc33332b6d60e365810995f3586984b0a0 (patch) | |
tree | 9df4a368c3dbec46f2cf71be9b693156e301add7 /docs/configuration/system | |
parent | 83371c8e60d41a806fda6c04487b3236eaf76f2d (diff) | |
parent | e658bd9e20cc49dfb956c361da97dbe812691410 (diff) | |
download | vyos-documentation-d9ca18fc33332b6d60e365810995f3586984b0a0.tar.gz vyos-documentation-d9ca18fc33332b6d60e365810995f3586984b0a0.zip |
Merge branch 'sagitta' into mergify/bp/sagitta/pr-1632mergify/bp/sagitta/pr-1632
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/option.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst index eedb6247..d039315c 100644 --- a/docs/configuration/system/option.rst +++ b/docs/configuration/system/option.rst @@ -43,8 +43,6 @@ Kernel .. cfgcmd:: set system option kernel disable-power-saving - Disable CPU power saving mechanisms also known as C states. - This will add the following two options to the Kernel commandline: * ``intel_idle.max_cstate=0`` Disable intel_idle and fall back on acpi_idle @@ -52,8 +50,6 @@ Kernel .. note:: Setting will only become active with the next reboot! -<<<<<<< HEAD -======= .. cfgcmd:: set system option kernel amd-pstate-driver <mode> Enables and configures p-state driver for modern AMD Ryzen and Epyc CPUs. @@ -81,7 +77,6 @@ Kernel Suppress most kernel messages during boot. This is useful for systems with embedded serial console interfaces to speed up the boot process. ->>>>>>> fd6b53a (T7397: add "system kernel option quiet" to suppress boot messages) *********** HTTP client *********** |