summaryrefslogtreecommitdiff
path: root/docs/system
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2019-04-14 22:32:24 +0200
committerrebortg <github@ghlr.de>2019-04-14 22:32:24 +0200
commitb1a401ee99ef41895a1d16f24db3e3fec9dbcdd6 (patch)
treec2be6c368d517ed223039d7255fb404374e717cf /docs/system
parentae8aa38c8f2d7336c5cc804d4652ffcd7f2cd127 (diff)
downloadvyos-documentation-b1a401ee99ef41895a1d16f24db3e3fec9dbcdd6.tar.gz
vyos-documentation-b1a401ee99ef41895a1d16f24db3e3fec9dbcdd6.zip
add set time-zone and placeholder for serialconsole
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/index.rst4
-rw-r--r--docs/system/serialconsole.rst17
-rw-r--r--docs/system/time-zone.rst11
3 files changed, 31 insertions, 1 deletions
diff --git a/docs/system/index.rst b/docs/system/index.rst
index d2a3d763..f833bcc8 100644
--- a/docs/system/index.rst
+++ b/docs/system/index.rst
@@ -14,7 +14,9 @@ should be ready for further configuration which is described in this chapter.
eventhandler
flowaccounting
host-information
+ serialconsole
systemusers
syslog
task-scheduler
- config-management \ No newline at end of file
+ config-management
+ time-zone \ No newline at end of file
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
diff --git a/docs/system/time-zone.rst b/docs/system/time-zone.rst
new file mode 100644
index 00000000..9cb7f4a0
--- /dev/null
+++ b/docs/system/time-zone.rst
@@ -0,0 +1,11 @@
+.. _timezone:
+
+Time Zone
+=========
+
+To set the system time zone type:
+
+.. code-block:: sh
+
+ [edit]
+ vyos@vyos# set system time-zone [time-zone] \ No newline at end of file