diff options
author | rebortg <github@ghlr.de> | 2019-04-14 22:32:24 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-04-14 22:32:24 +0200 |
commit | b1a401ee99ef41895a1d16f24db3e3fec9dbcdd6 (patch) | |
tree | c2be6c368d517ed223039d7255fb404374e717cf /docs/system/serialconsole.rst | |
parent | ae8aa38c8f2d7336c5cc804d4652ffcd7f2cd127 (diff) | |
download | vyos-documentation-b1a401ee99ef41895a1d16f24db3e3fec9dbcdd6.tar.gz vyos-documentation-b1a401ee99ef41895a1d16f24db3e3fec9dbcdd6.zip |
add set time-zone and placeholder for serialconsole
Diffstat (limited to 'docs/system/serialconsole.rst')
-rw-r--r-- | docs/system/serialconsole.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/system/serialconsole.rst b/docs/system/serialconsole.rst new file mode 100644 index 00000000..0e2a0a75 --- /dev/null +++ b/docs/system/serialconsole.rst @@ -0,0 +1,17 @@ +.. _serial-console: + +Serial console +============== + + + +Configuring Console +------------------- + +.. code-block:: sh + + vyos@vyos# set system console + Possible completions: + +> device Serial console device name + +> network Network based console logging + powersave Enable screen blank powersaving on VGA console
\ No newline at end of file |