diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-04-16 13:27:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 14:27:23 +0100 |
| commit | e9daf0f1381540c6379c89afbd0a6734f8c3ab6b (patch) | |
| tree | b77f6b6d4a283ba07b49f407746e6aa468116010 /docs | |
| parent | 76e3366ee0302a9908228dbf0d08ed2217883cd7 (diff) | |
| download | vyos-documentation-e9daf0f1381540c6379c89afbd0a6734f8c3ab6b.tar.gz vyos-documentation-e9daf0f1381540c6379c89afbd0a6734f8c3ab6b.zip | |
console: T8375: document "set system console device <device> kernel" command (#1820)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/system/console.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/configuration/system/console.rst b/docs/configuration/system/console.rst index 1f917e54..a0e46afb 100644 --- a/docs/configuration/system/console.rst +++ b/docs/configuration/system/console.rst @@ -22,9 +22,20 @@ Major upgrades to the installed distribution may also require console access. can be (see completion helper): * ``ttySN`` - Serial device name + * ``ttyAMAN``- Serial device name for some arm64 systems * ``ttyUSBX`` - USB Serial device name * ``hvc0`` - Xen console +.. cfgcmd:: set system console device <device> kernel + + When set, the selected serial console is used as the kernel boot console. + When removed, the kernel boot console falls back to tty0. + + .. note:: Only one serial console can carry the ``kernel`` option. + When VyOS is installed via serial console, this option is set automatically + for the serial interface used during installation; usually ``ttyS0`` or + ``ttyAMA0``. + .. cfgcmd:: set system console device <device> speed <speed> The speed (baudrate) of the console device. Supported values are: |
