diff options
author | Kim <kim.sidney@gmail.com> | 2019-04-15 22:57:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 22:57:40 +0200 |
commit | 1e60a626d1b8c6f72e883d4f40abc8bf429682e5 (patch) | |
tree | 7fe43debabe273edb608d6f6c3fae978a35d51d1 /docs/system/serialconsole.rst | |
parent | df980b26de176e776543dd8db8028c146eb1c254 (diff) | |
parent | b1a401ee99ef41895a1d16f24db3e3fec9dbcdd6 (diff) | |
download | vyos-documentation-1e60a626d1b8c6f72e883d4f40abc8bf429682e5.tar.gz vyos-documentation-1e60a626d1b8c6f72e883d4f40abc8bf429682e5.zip |
Merge pull request #37 from rebortg/improve/systemcommands
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 |