Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/configuration/system/console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading